Fix build without features.systemsemaphore
Change-Id: I73059f48d37253b5f962f96f693f26c7d55a31e1 Reviewed-by: BogDan Vatra <bogdan@kdab.com>bb10
parent
62efc8990d
commit
865f3c2a11
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue