summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-23 16:35:58 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-23 17:39:39 +0200
commit58b3dd71d81910c0f87aaf95e8bc70beb07cc1dd (patch)
treea8cb20c010700db073b3f9c8b12e37444dea3ff6 /src
parent78d8c201f16374df4d5b8682f9eda2885125e1a6 (diff)
Create CMake files conditionally on the internal_module CONFIG option.
This includes a revert of 195df6e8e0ffb2636cfe395f560eb73c05a54b61 so that the solution scales better to other Qt modules, and other logic related to 'internal' modules. Change-Id: Ie4c1f10d20953aeb15438273081a810ab8bc9ec9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src')
-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