[Qt-interest] error: expected initializer before ‘QtGuiModule’
Neel Basu
neel.basu.z at gmail.com
Thu Apr 23 21:19:43 CEST 2009
On Friday 24 April 2009 00:41:24 Thiago Macieira wrote:
> Neel Basu wrote:
> >I am getting the following Error
> >-------------------
> >/usr/include/qt4/QtGui/qwindowdefs.h:47: error: expected initializer
> > before ‘QtGuiModule’
> >------------------------
> >Now What Should I do ?
>
> That error comes from a badly-configured Qt. The line in question is:
>
> QT_MODULE(QtGui)
>
> Which was added for commercial customers having less-than-full versions of
> Qt (there used to be many different packages, now there aren't any more).
>
forgot to mention
Here in my system qobjectdefs.h:47 is
QT_MODULE(Core) not QT_MODULE(QtGui)
More information about the Qt-interest-old
mailing list