tests: fix build with -no-feature-concurrent

Pick-to: 6.2 6.4
Change-Id: I91602931bfb63e7d6659599a26e00e0bc4f854ab
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Johannes Kauffmann 2022-10-30 17:00:07 +01:00
parent 514ae97640
commit c958e5daf1
1 changed files with 1 additions and 1 deletions

View File

@ -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)