aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-12-14 16:11:59 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-24 07:53:46 +0000
commitb01c770f4300cc17aaca83ab5d70fb588c696550 (patch)
tree29144af4499134bae83b18f7b8ebd1abfa41351c /tests
parent7b251d37246a0821291ed3bb4f5557dbf39372ba (diff)
Skip host tools tests like qmlimportscanner on Android
Task-number: QTBUG-97056 Change-Id: Iaef3b9cfcd5c58968d48e0b7381749c2c5c7fcba Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 1b242589a1543862f879f4ae8fd62ee4058de499) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/CMakeLists.txt b/tests/auto/qml/CMakeLists.txt
index ad2551756c..8210ed6c27 100644
--- a/tests/auto/qml/CMakeLists.txt
+++ b/tests/auto/qml/CMakeLists.txt
@@ -53,7 +53,7 @@ endif()
if(QT_FEATURE_process AND QT_FEATURE_qml_debug)
add_subdirectory(debugger)
endif()
-if(QT_FEATURE_process AND NOT boot2qt)
+if(QT_FEATURE_process AND NOT boot2qt AND NOT ANDROID)
add_subdirectory(qmlformat)
add_subdirectory(qmlimportscanner)
add_subdirectory(qmllint)