summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport')
-rw-r--r--src/platformsupport/platformsupport.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro
index 6becab9869..251013fad4 100644
--- a/src/platformsupport/platformsupport.pro
+++ b/src/platformsupport/platformsupport.pro
@@ -2,17 +2,11 @@ load(qt_build_config)
TARGET = QtPlatformSupport
QT = core-private gui-private
-CONFIG += static
+CONFIG += static internal_module
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