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

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


!qtHaveModule(gui) {
    SUBDIRS -= \
        map
}

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