source:
trunk/doc/src/snippets/qmake/debug_and_release.pro@
624
Last change on this file since 624 was 2, checked in by , 16 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
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 | #! [2] |
Note:
See TracBrowser
for help on using the repository browser.