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:
parent
70f3c78218
commit
2084b48a79
@ -3,10 +3,7 @@ TEMPLATE = app
|
|||||||
CONFIG += qt warn_on console
|
CONFIG += qt warn_on console
|
||||||
isEmpty(QMAKE_INFO_PLIST): CONFIG -= app_bundle
|
isEmpty(QMAKE_INFO_PLIST): CONFIG -= app_bundle
|
||||||
|
|
||||||
build_all:!build_pass {
|
!build_pass:contains(QT_CONFIG, build_all): CONFIG += release
|
||||||
CONFIG -= build_all
|
|
||||||
CONFIG += release
|
|
||||||
}
|
|
||||||
|
|
||||||
target.path = $$[QT_INSTALL_BINS]
|
target.path = $$[QT_INSTALL_BINS]
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user