From cd743259982c666d4e705be51c04d7226e40c00f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 30 Aug 2013 23:14:40 +0200 Subject: [PATCH] don't install non-framework headers in addition to frameworks, take 2 the redundancy is entirely unnecessary at this point. the cmake problem that prompted the revert has been fixed long since by commit 4f5f9331d9fd983e2960501847e0a10dfb0219ff. This reverts commit 215f137e29ad9176fa1a5d4c446115379f5dbc0d, thus restoring 6d61dfdbb74a2055438b999c6962f89cc3388eea.. Change-Id: I94749dc18d924163e9c9add500078d88ccd00ffc Reviewed-by: Stephen Kelly --- mkspecs/features/qt_module.prf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf index 390fb49930..b614112fd7 100644 --- a/mkspecs/features/qt_module.prf +++ b/mkspecs/features/qt_module.prf @@ -91,6 +91,7 @@ else: \ mac:CONFIG(shared, static|shared):contains(QT_CONFIG, qt_framework) { #QMAKE_FRAMEWORK_VERSION = 4.0 CONFIG += lib_bundle sliced_bundle qt_framework + CONFIG -= qt_install_headers #no need to install these as well !debug_and_release|if(build_all:CONFIG(release, debug|release)) { FRAMEWORK_HEADERS.version = Versions FRAMEWORK_HEADERS.files = $$SYNCQT.HEADER_FILES $$SYNCQT.HEADER_CLASSES