Use regular target suffix (_d for debug and none for release)

This commit is contained in:
Hugues Delorme 2014-01-21 10:45:41 +01:00
parent db509d6863
commit efbb6d1211

View File

@ -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