installing widgets for qt
Posted
by
Lakshan Perera
on Stack Overflow
See other posts from Stack Overflow
or by Lakshan Perera
Published on 2012-12-14T10:58:47Z
Indexed on
2012/12/14
11:03 UTC
Read the original article
Hit count: 192
I resently found a very useful set of widgets set for qt from http://www.wysota.eu.org/wwwidgets/ and I downloaded wwWidgets 1.0 installer for MinGW
and simply installed it. now I can see those widgets in qt creator, and I can drag and drop them.
but when compiling the project it says that those include files are not found. (ex: qwwled.h not found) but I see that file is in C:\Qt\4.8.3\include\wwWidgets
please if someone can help me in this issue I would be very thankful.
im using qt 4.8.3 with mingw 4.4
© Stack Overflow or respective owner