tests: fix build with -no-feature-concurrent
Change-Id: I91602931bfb63e7d6659599a26e00e0bc4f854ab Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit c958e5daf18b069f5f1f40c71e3e45fe68d30d03) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
d58ac206a8
commit
f6ce72849b
@ -5,7 +5,7 @@ if(QT_FEATURE_thread)
|
||||
add_subdirectory(qatomicinteger)
|
||||
add_subdirectory(qatomicpointer)
|
||||
add_subdirectory(qresultstore)
|
||||
if(NOT INTEGRITY)
|
||||
if(QT_FEATURE_concurrent AND NOT INTEGRITY)
|
||||
add_subdirectory(qfuture)
|
||||
endif()
|
||||
add_subdirectory(qfuturesynchronizer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user