gmio/qmake.build/config.pri

8 lines
161 B
Plaintext
Raw Normal View History

2012-02-29 03:27:32 +08:00
include(compiler_config.pri)
CONFIG(debug, debug|release) {
TARGET_SUFFIX = .debug
} else {
TARGET_SUFFIX = .release
}
CONFIG *= build_all debug_and_release