summaryrefslogtreecommitdiff
path: root/examples/qtconcurrent/qtconcurrent.pro
blob: ccebd0d18c93458ef404730c0a7e087301964195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
requires(qtHaveModule(concurrent))

TEMPLATE      = subdirs
SUBDIRS       = imagescaling \
                progressdialog \
                runfunction \
                wordcount

!qtHaveModule(widgets) {
    SUBDIRS -= \
        imagescaling \
        progressdialog \
        runfunction \
        wordcount
}