On 4/17/06, Paulo Moura Guedes <[EMAIL PROTECTED]> wrote: > SVN commit 530679 by mojo: > > Don't use X11 includes on Windows. > > CCMAIL: [email protected] > > M +1 -1 kkeyserver.h > > > --- trunk/KDE/kdelibs/kdeui/kkeyserver.h #530678:530679 > @@ -23,7 +23,7 @@ > #ifndef _KKEYSERVER_H > #define _KKEYSERVER_H > > -#if defined Q_WS_X11 or defined Q_WS_WIN > +#if defined Q_WS_X11 /*or defined Q_WS_WIN*/ > #include "kkeyserver_x11.h" > #elif defined Q_WS_MACX > #include "kkeyserver_mac.h"
Is there any reason to prefer Q_WS_MACX over Q_WS_MAC? Since Qt doesn't work on pre OS X and pre OS X macs are pretty much dead (especially with the switch to Intel) that Q_WS_MAC be used instead. That's what I had setup in FindQt4.cmake. Cheers, Tanner Lovelace -- Tanner Lovelace clubjuggler at gmail dot com http://wtl.wayfarer.org/ (fieldless) In fess two roundels in pale, a billet fesswise and an increscent, all sable. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
