summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-20 13:31:44 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-20 16:36:24 +0200
commit195df6e8e0ffb2636cfe395f560eb73c05a54b61 (patch)
tree68e98269e785d5497a43f39f5125ae57477a265a /src
parentfa896f03c2007025ebc90709e079901eab975ae0 (diff)
Don't create cmake files for QtPlatformSupport.
It is for internal use only, not third party use. Change-Id: I7a8dbc930e794ccdad4cc5591b454a640b921bb0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/platformsupport/platformsupport.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro
index d048fecf60..6becab9869 100644
--- a/src/platformsupport/platformsupport.pro
+++ b/src/platformsupport/platformsupport.pro
@@ -7,6 +7,12 @@ mac:LIBS += -lz -framework CoreFoundation -framework Carbon
load(qt_module_config)
+# The platformsupport module is internal, so there is no
+# need to create a cmake file for it. This needs to appear
+# after load(qt_module_config) so that it overrides the
+# setting to create cmake files which exists there.
+CONFIG -= create_cmake
+
DEFINES += QT_NO_CAST_FROM_ASCII
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h