summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/thread.pro
blob: d3c669859bd8ae4b71d39a2d03e68c8ddaaca6f6 (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
TEMPLATE=subdirs
SUBDIRS=\
    qatomicint \
    qatomicinteger \
    qatomicpointer \
    qresultstore \
    qfuture \
    qfuturesynchronizer \
    qmutex \
    qmutexlocker \
    qreadlocker \
    qreadwritelock \
    qsemaphore \
    qthread \
    qthreadonce \
    qthreadpool \
    qthreadstorage \
    qwaitcondition \
    qwritelocker

qtHaveModule(concurrent) {
    SUBDIRS += \
        qfuturewatcher
}