tests: fix build with -no-feature-concurrent
Pick-to: 6.2 6.4 Change-Id: I91602931bfb63e7d6659599a26e00e0bc4f854ab Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
514ae97640
commit
c958e5daf1
@ -8,7 +8,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