source: trunk/doc/src/snippets/qmake/debug_and_release.pro@ 624

Last change on this file since 624 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 188 bytes
Line 
1#! [0]
2CONFIG += debug_and_release
3
4CONFIG(debug, debug|release) {
5 TARGET = debug_binary
6} else {
7#! [0] #! [1]
8 TARGET = release_binary
9}
10#! [1]
11
12#! [2]
13CONFIG += build_all
14#! [2]
Note: See TracBrowser for help on using the repository browser.