Don't create cmake files for QtPlatformSupport.
authorStephen Kelly <stephen.kelly@kdab.com>
Fri, 20 Jul 2012 11:31:44 +0000 (13:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Jul 2012 14:36:24 +0000 (16:36 +0200)
It is for internal use only, not third party use.

Change-Id: I7a8dbc930e794ccdad4cc5591b454a640b921bb0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/platformsupport/platformsupport.pro

index d048fec..6becab9 100644 (file)
@@ -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