Qt includes question (was Re: invitation: try compiling kdelibs using cmake)
Alexander Neundorf
neundorf at kde.org
Thu Jan 26 19:17:24 CET 2006
On Thursday 26 January 2006 09:44, Thiago Macieira wrote:
...
> >The reason I ask is that I'm attempting to get kdelibs compiled on OS X
> >using Alex's cmake work and it's failing because source files do things
> >like
> >
> >#include <Qt/qglobal.h>
>
> This one is looks possible too on X11, but shouldn't be used.
>
> >instead of
> >
> >#include <QtCore/qglobal.h>
> >
> >The second form works perfectly when Qt4 has been configured
> >as OS X frameworks while the first fails. It would be cool if there
> >would be one format that would work on all platforms.
So does this mean that #include <Qt/qglobal.h> simply doesn't work with Qt as
a framework, independent from the buildsystem ? Then the places where it is
used this way should be fixed.
Did I understand you correctly ?
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list