source:
trunk/doc/src/snippets/qmake/quoting.pro@
568
Last change on this file since 568 was 2, checked in by , 16 years ago | |
---|---|
File size: 154 bytes |
Line | |
---|---|
1 | #! [0] |
2 | DEST = "Program Files" |
3 | #! [0] |
4 | count(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.