summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xml/CMakeLists.txt')
-rw-r--r--tests/auto/xml/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/xml/CMakeLists.txt b/tests/auto/xml/CMakeLists.txt
index fe747649a7..f3365a03ec 100644
--- a/tests/auto/xml/CMakeLists.txt
+++ b/tests/auto/xml/CMakeLists.txt
@@ -1,3 +1,6 @@
# Generated from xml.pro.
-add_subdirectory(dom)
+# QTBUG-87671 # special case
+if(NOT ANDROID)
+ add_subdirectory(dom)
+endif()