diff options
author | Norwegian Rock Cat <qt-info@nokia.com> | 2009-06-23 14:58:36 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-06-23 14:59:20 (GMT) |
commit | 545809b2de8d87922588cf2eed8e5b7952ee988b (patch) | |
tree | 375fab5a3f5ae0c60dce1378bc7662f4f78d5df8 /src | |
parent | 270d89651a17dd0a326e6ad20278080d4d6852b7 (diff) | |
download | Qt-545809b2de8d87922588cf2eed8e5b7952ee988b.zip Qt-545809b2de8d87922588cf2eed8e5b7952ee988b.tar.gz Qt-545809b2de8d87922588cf2eed8e5b7952ee988b.tar.bz2 |
Compile.
Mismatch in preprocessor my previous commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/text/qfontdatabase_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontdatabase_mac.cpp b/src/gui/text/qfontdatabase_mac.cpp index 2f6788f..c74805e 100644 --- a/src/gui/text/qfontdatabase_mac.cpp +++ b/src/gui/text/qfontdatabase_mac.cpp @@ -152,7 +152,7 @@ if (QSysInfo::MacintoshVersion >= QSysInfo::MV_10_5) { } else #endif { -#ifndef Q_WS_MAC64 +#ifndef QT_MAC_USE_COCOA FMFontIterator it; if (!FMCreateFontIterator(0, 0, kFMUseGlobalScopeOption, &it)) { while (true) { |