summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-02-22 10:51:18 +0100
committerAndreas Buhr <andreas.buhr@qt.io>2022-02-24 14:34:33 +0100
commit4ed8e7949a2c43a9062b9e5c061dc8c11f07ac26 (patch)
treeb812d55e0e76fee12dfb5bceea76d279d7bcd087 /tests/auto/gui/text
parentfcb5e5222875cdb438dbc4cc6a00f43e35d93b57 (diff)
Activate tst_qtextdocument for Android
tst_qtextdocument was disabled because it crashed. It does not any more. Task-number: QTBUG-87671 Pick-to: 6.2 6.3 Change-Id: Ie1bd75c21e481c2ecb8607c04ce9370fc6d7b00e Reviewed-by: Samuel Mira <samuel.mira@qt.io> Reviewed-by: Pekka Gehör <pekka.gehor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'tests/auto/gui/text')
-rw-r--r--tests/auto/gui/text/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/gui/text/CMakeLists.txt b/tests/auto/gui/text/CMakeLists.txt
index b7262f7c00..5040060a33 100644
--- a/tests/auto/gui/text/CMakeLists.txt
+++ b/tests/auto/gui/text/CMakeLists.txt
@@ -27,8 +27,7 @@ if(QT_FEATURE_private_tests)
add_subdirectory(qzip)
add_subdirectory(qtextodfwriter)
endif()
-# QTBUG-87671 # special case
-if(TARGET Qt::Xml AND NOT ANDROID)
+if(TARGET Qt::Xml)
add_subdirectory(qtextdocument)
endif()
if(QT_FEATURE_private_tests AND UNIX)