QWidget No such file or directory
Hmm... getting a compiler error for
not sure why it can't seem to find this???
When I searched my computer I found a few qwidget.h files:
D:\QtSDK\Symbian\SDKs\Symbian3Qt473\include\Qt
D:\QtSDK\Symbian\SDKs\Symbian1Qt473\include\Qt
D:\QtSDK\Simulator\Qt\mingw\include\QtGui
D:\QtSDK\Desktop\Qt\4.7.3\mingw\include\Qt
D:\QtSDK\Maemo\4.6.2\sysroots\fremantle-arm-sysroot-20.2010.36-2-slim\usr\include\QtGui
D:\QtSDK\Maemo\4.6.2\sysroots\fremantle-arm-sysroot-20.2010.36-2-slim\usr\include\Qt
So it seems like I definitely have this header on my computer.
Re: QWidget No such file or directory
But qwidget.h and QWidget is not the same.
Re: QWidget No such file or directory
If you use Qt 5, your .pro file needs
Re: QWidget No such file or directory
I'm using 4.7.4.
Why are they not the same?
I'm:
Re: QWidget No such file or directory
Quote:
Originally Posted by
Atomic_Sheep
I'm using 4.7.4.
If this is related to your other thread, then remove the
Quote:
Originally Posted by
Atomic_Sheep
Why are they not the same?
qwidget.h and QWidget are obviously not the same file, but they do both provide the same declarations.
(one is including the other).
Cheers,
_