blob: 90b8d6806e3532e6675b7e8a3d30d6d38b087aaa [file] [log] [blame]
TEMPLATE=subdirs
qtConfig(thread) {
SUBDIRS=\
qatomicint \
qatomicinteger \
qatomicpointer \
qresultstore \
qfuture \
qfuturesynchronizer \
qmutex \
qmutexlocker \
qreadlocker \
qreadwritelock \
qsemaphore \
qthread \
qthreadonce \
qthreadpool \
qthreadstorage \
qwaitcondition \
qwritelocker
}
qtHaveModule(concurrent) {
SUBDIRS += \
qfuturewatcher
}