e61a40bff1
Replacing the qmake test with the one corelib/thread/thread.pri uses for those classes. Change-Id: Ie803190b821736c89b056ae51b7dfe92046189eb Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
28 lines
506 B
Prolog
28 lines
506 B
Prolog
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
|
|
}
|