summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qml/CMakeLists.txt b/tests/auto/qml/CMakeLists.txt
index 950a95abd7..06aa4395b0 100644
--- a/tests/auto/qml/CMakeLists.txt
+++ b/tests/auto/qml/CMakeLists.txt
@@ -143,7 +143,10 @@ if(QT_FEATURE_private_tests)
add_subdirectory(qv4identifiertable)
add_subdirectory(qv4regexp)
add_subdirectory(qv4urlobject)
- if(QT_FEATURE_process AND NOT QNX)
+ if(QT_FEATURE_process AND NOT QNX AND NOT
+ (ANDROID AND CLANG AND
+ CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "14.0.0" AND
+ CMAKE_CXX_COMPILER_VERSION VERSION_LESS "15.0.0"))
add_subdirectory(ecmascripttests)
endif()
add_subdirectory(bindingdependencyapi)