Benjamin Reed wrote:

That's strange, Q_OS_MAC should already be set in qglobal.h pretty muc no matter what, I can't imagine how that wouldn't be completely equivalent...

Not for qt-x11. You are thinking about Qt/Mac, I suspect. In qglobal.h, I see


#define QT_PLATFORM Q_OS_MACX11
#if defined(QT_PLATFORM)
#  if !defined(Q_OS_MACX11)
#    define Q_OS_MACX11
#  endif
#elif defined(__APPLE__) && defined(__GNUC__)
#  define Q_OS_MACX
#elif defined(__MACOSX__)
#  define Q_OS_MACX
[a lot more #elif's that are not used]
#if defined(Q_OS_MAC9) || defined(Q_OS_MACX)
#  define Q_OS_MAC
#endif

Neither Q_OS_MACX nor Q_OS_MAC are defined, only Q_OS_MACX11.

--
Martin




------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to