summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-05-22 15:52:28 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-05-23 19:12:06 +0000
commit6b02c85f874886e7f5a467a8b63f0ca995b995b7 (patch)
tree46297e4804bddca57fa08b1d20b61dd865cbab2d /tests/auto
parentdd8da7ebd9f9a2536c9c2925bc5638a29ffc8386 (diff)
Android: Enable building of the QLocale test case
Amends 2a893db48017a850044156442b93d935c78e941d, which changed the #ifdef'ery but didn't actually enable the building of the test on Android. Task-number: QTBUG-87414 Pick-to: 6.3 6.2 Change-Id: Id944dd3023da40ecbf4b8a324784409a63f94aec Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/text/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/corelib/text/CMakeLists.txt b/tests/auto/corelib/text/CMakeLists.txt
index 4390d8fd72..5264c3e2fc 100644
--- a/tests/auto/corelib/text/CMakeLists.txt
+++ b/tests/auto/corelib/text/CMakeLists.txt
@@ -23,7 +23,4 @@ add_subdirectory(qstringtokenizer)
add_subdirectory(qstringview)
add_subdirectory(qtextboundaryfinder)
add_subdirectory(qunicodetools)
-# QTBUG-87414 # special case
-if(NOT ANDROID)
- add_subdirectory(qlocale)
-endif()
+add_subdirectory(qlocale)