Fix build without features.systemsemaphore

Change-Id: I73059f48d37253b5f962f96f693f26c7d55a31e1
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
bb10
Tasuku Suzuki 2021-04-14 15:04:14 +09:00
parent 62efc8990d
commit 865f3c2a11
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ endif()
# Only include the following tools when performing a host build
if(NOT CMAKE_CROSSCOMPILING)
add_subdirectory(androiddeployqt)
if(QT_FEATURE_gui)
if(QT_FEATURE_gui AND QT_FEATURE_systemsemaphore)
add_subdirectory(androidtestrunner)
endif()
endif()