summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/thread.pro
blob: d6e24b9b33e0a55c98f264343ffc3c06185dd262 (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
29
30
31
32
33
34
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
}

android: SUBDIRS -= \
    # QTBUG-87431
    qthreadstorage \
    # QTBUG-88136
    qfuturewatcher