1
#! [0]
2
CONFIG += debug_and_release
3
4
CONFIG(debug, debug|release) {
5
TARGET = debug_binary
6
} else {
7
#! [0] #! [1]
8
TARGET = release_binary
9
}
10
#! [1]
11
12
#! [2]
13
CONFIG += build_all
14