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>
This commit is contained in:
Stephen Kelly 2012-07-20 13:31:44 +02:00 committed by Qt by Nokia
parent fa896f03c2
commit 195df6e8e0

View 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