summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-18 14:25:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-25 09:18:31 +0200
commit6d61dfdbb74a2055438b999c6962f89cc3388eea (patch)
tree78b1d470199ba69cf67bf3c6089415a1abd42533 /mkspecs
parent7ea8c9d0f07acd2b7622ce2c8bc8d7d0570a0395 (diff)
disable non-framework header install also for debug builds
i see no particular reason why debug builds should still get "normal" headers. Change-Id: I3625648549e8c234a365bab26823190ed2219cdf Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_module.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 20a7c0e81f..d349c26e53 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -91,9 +91,9 @@ else: \
mac:CONFIG(shared, static|shared):contains(QT_CONFIG, qt_framework) {
#QMAKE_FRAMEWORK_VERSION = 4.0
CONFIG += lib_bundle qt_no_framework_direct_includes qt_framework
+ CONFIG -= qt_install_headers #no need to install these as well
CONFIG(release, debug|release) {
!debug_and_release|build_pass {
- CONFIG -= qt_install_headers #no need to install these as well
FRAMEWORK_HEADERS.version = Versions
FRAMEWORK_HEADERS.files = $$SYNCQT.HEADER_FILES $$SYNCQT.HEADER_CLASSES
FRAMEWORK_HEADERS.path = Headers