summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-12-17 15:58:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-21 15:28:58 +0100
commit8a5827f706f5b4c665d9b16a1718435a17b3f33d (patch)
treefc6d9273a57697ccfea0bf8cd6880c860886b25d
parentd54af5d3f61b832a606856d1f1ebad89ccb07f5f (diff)
Don't try to build qt_app in release against debug-only Qt builds
Change-Id: I575e019db76dadcf7586e18809e6f67545759974 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--mkspecs/features/qt_app.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_app.prf b/mkspecs/features/qt_app.prf
index 8758f4a9a0..a4fcb7d484 100644
--- a/mkspecs/features/qt_app.prf
+++ b/mkspecs/features/qt_app.prf
@@ -25,7 +25,7 @@ host_build:force_bootstrap {
}
target.path = $$[QT_HOST_BINS]
} else {
- !build_pass:contains(QT_CONFIG, build_all): CONFIG += release
+ !build_pass:contains(QT_CONFIG, debug_and_release):contains(QT_CONFIG, build_all): CONFIG += release
target.path = $$[QT_INSTALL_BINS]
}
INSTALLS += target