From 6b02c85f874886e7f5a467a8b63f0ca995b995b7 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sun, 22 May 2022 15:52:28 +0200 Subject: 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 --- tests/auto/corelib/text/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') 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) -- cgit v1.2.3