KDE/kdelibs/kdeui
Tanner Lovelace
clubjuggler at gmail.com
Mon Apr 17 17:01:41 CEST 2006
On 4/17/06, Paulo Moura Guedes <moura at kdewebdev.org> wrote:
> SVN commit 530679 by mojo:
>
> Don't use X11 includes on Windows.
>
> CCMAIL: kde-buildsystem at kde.org
>
> 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.
More information about the Kde-buildsystem
mailing list