Fix build with -no-feature-process
androidtestrunner uses QProcess Task-number: QTBUG-105524 Change-Id: If12eb011bbfb9848593657f86aa78b49309080e7 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>bb10
parent
12694cfc16
commit
2e3b4fc53e
|
|
@ -19,7 +19,7 @@ endif()
|
|||
|
||||
if(QT_FEATURE_androiddeployqt)
|
||||
add_subdirectory(androiddeployqt)
|
||||
if(QT_FEATURE_gui AND QT_FEATURE_systemsemaphore)
|
||||
if(QT_FEATURE_gui AND QT_FEATURE_process AND QT_FEATURE_systemsemaphore)
|
||||
add_subdirectory(androidtestrunner)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue