summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-02-21 19:33:29 +0100
committerAndreas Buhr <andreas.buhr@qt.io>2022-02-22 17:22:58 +0100
commit1ae662cad0578e9da15ccb124a015696d7ca4b67 (patch)
treef46380472bdfb2f9a5296eb1ab7b8a9c5e44334f /tests/auto/xml/CMakeLists.txt
parentbaa2d09d0d085843600282b19ec6f2362d4c8a79 (diff)
Activate tst_qdom for Android
tst_qdom was disabled because it crashed. It does not any more. Task-number: QTBUG-87671 Pick-to: 6.2 6.3 Change-Id: I41117938fe9d93b510c4a60beb4c2f5b20991434 Reviewed-by: Pekka Gehör <pekka.gehor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'tests/auto/xml/CMakeLists.txt')
-rw-r--r--tests/auto/xml/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/xml/CMakeLists.txt b/tests/auto/xml/CMakeLists.txt
index f3365a03ec..4b8cc88d78 100644
--- a/tests/auto/xml/CMakeLists.txt
+++ b/tests/auto/xml/CMakeLists.txt
@@ -1,6 +1 @@
-# Generated from xml.pro.
-
-# QTBUG-87671 # special case
-if(NOT ANDROID)
- add_subdirectory(dom)
-endif()
+add_subdirectory(dom)