summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/snippets/qmake/quoting.pro
blob: 62efb2042ef7c82f2bd9ee77a4f93a9ab2193a73 (plain)
1
2
3
4
5
6
7
8
#! [0]
DEST = "Program Files"
#! [0]
count(DEST, 1) {
    message(Only one item found in DEST.)
} else {
    message(More than one item found in DEST.)
}