Build tools in release mode if using -debug-and-release option

Change-Id: I1d4b69e6954526b4f999e248f4f2cde6a9da26cd
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Yuchen Deng 2012-09-18 07:33:03 +08:00 committed by Qt by Nokia
parent 70f3c78218
commit 2084b48a79

View File

@ -3,10 +3,7 @@ TEMPLATE = app
CONFIG += qt warn_on console
isEmpty(QMAKE_INFO_PLIST): CONFIG -= app_bundle
build_all:!build_pass {
CONFIG -= build_all
CONFIG += release
}
!build_pass:contains(QT_CONFIG, build_all): CONFIG += release
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target