summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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