8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
include(compiler_config.pri)
|
|
CONFIG(debug, debug|release) {
|
|
TARGET_SUFFIX = _d
|
|
} else {
|
|
TARGET_SUFFIX =
|
|
}
|
|
CONFIG *= build_all debug_and_release
|