Use regular target suffix (_d for debug and none for release)
This commit is contained in:
parent
db509d6863
commit
efbb6d1211
@ -1,7 +1,7 @@
|
|||||||
include(compiler_config.pri)
|
include(compiler_config.pri)
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
TARGET_SUFFIX = .debug
|
TARGET_SUFFIX = _d
|
||||||
} else {
|
} else {
|
||||||
TARGET_SUFFIX = .release
|
TARGET_SUFFIX =
|
||||||
}
|
}
|
||||||
CONFIG *= build_all debug_and_release
|
CONFIG *= build_all debug_and_release
|
||||||
|
Loading…
Reference in New Issue
Block a user