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>
This commit is contained in:
Volker Hilsheimer 2022-05-22 15:52:28 +02:00
parent dd8da7ebd9
commit 6b02c85f87

View File

@ -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)