qt6-bb10/tests/auto/corelib/thread/thread.pro

35 lines
624 B
Prolog

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