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)
|
||||
CONFIG(debug, debug|release) {
|
||||
TARGET_SUFFIX = .debug
|
||||
TARGET_SUFFIX = _d
|
||||
} else {
|
||||
TARGET_SUFFIX = .release
|
||||
TARGET_SUFFIX =
|
||||
}
|
||||
CONFIG *= build_all debug_and_release
|
||||
|
Loading…
Reference in New Issue
Block a user