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>
This commit is contained in:
parent
7ea8c9d0f0
commit
6d61dfdbb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user