qt5base-lts/tests/auto/corelib/thread/thread.pro

29 lines
525 B
Prolog
Raw Normal View History

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
}