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>bb10
parent
d54af5d3f6
commit
8a5827f706
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue