summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2010-01-06 15:53:29 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2010-01-06 15:53:29 (GMT)
commita8e3cca9032b471c1efd018a75456ee9beb70b13 (patch)
tree18eac7adf6fa0462ea15bdf76b9675be0357b410 /src/corelib/global/qglobal.h
parent2399046fbc9dc2c9f7250a43a83ce6f800b59922 (diff)
downloadQt-a8e3cca9032b471c1efd018a75456ee9beb70b13.zip
Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.tar.gz
Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.tar.bz2
Our variables are our variables so we prefix them.
AUTODETECT_COCOA -> QT_AUTODETECT_COCOA Reviewed-by:thiago
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r--src/corelib/global/qglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 1f0b80c..e285517 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -275,7 +275,7 @@ namespace QT_NAMESPACE {}
# endif
#endif
-#ifdef AUTODETECT_COCOA
+#ifdef QT_AUTODETECT_COCOA
# ifdef Q_OS_MAC64
# define QT_MAC_USE_COCOA 1
# define QT_BUILD_KEY QT_BUILD_KEY_COCOA