source: trunk/doc/src/snippets/qmake/quoting.pro@ 568

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

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

File size: 154 bytes
Line 
1#! [0]
2DEST = "Program Files"
3#! [0]
4count(DEST, 1) {
5 message(Only one item found in DEST.)
6} else {
7 message(More than one item found in DEST.)
8}
Note: See TracBrowser for help on using the repository browser.