summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/thread.pro
blob: 510614ef66f38202ccb33a042ed3a3215a9707b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TEMPLATE=subdirs

qtConfig(thread) {
    SUBDIRS=\
        qatomicint \
        qatomicinteger \
        qatomicpointer \
        qresultstore \
        qfuture \
        qfuturesynchronizer \
        qmutex \
        qmutexlocker \
        qreadlocker \
        qreadwritelock \
        qsemaphore \
        qthread \
        qthreadonce \
        qthreadpool \
        qthreadstorage \
        qwaitcondition \
        qwritelocker \
        qpromise
}

qtHaveModule(concurrent) {
    SUBDIRS += \
        qfuturewatcher
}