From 195df6e8e0ffb2636cfe395f560eb73c05a54b61 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 20 Jul 2012 13:31:44 +0200 Subject: Don't create cmake files for QtPlatformSupport. It is for internal use only, not third party use. Change-Id: I7a8dbc930e794ccdad4cc5591b454a640b921bb0 Reviewed-by: Oswald Buddenhagen --- src/platformsupport/platformsupport.pro | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/platformsupport') 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 -- cgit v1.2.3