I have downloaded the source code for the embedded widget demos from Nokia s site and tried to get it to compile. I end up with the following error:
Compiler (MinGW32) message :
In file included from ../../src/basicgraph/qtbasicgraph.cpp:9: ../../src/basicgraph/qtbasicgraph.h:14:17: QtGui: No such file or directory
The offending line is
#include <QtGui>
Qt Creator 1.2.0, Qt 2009.03
I have checked paths, etc, and all seems fine. I have checked to make sure that I have implicitly included QT += gui
and that I have NOT included QT -= gui
anywhere in the .pro
and .pri
files.
After making no changes, I used VS2005 and the appropriate commercial version of Qt 4.4.3, and it compiled and ran fine.
I have googled the error, and have found others asking similar questions (but not here) but no posted answers... So I would appreciate any help.
Thanks.
Jonathan Howland