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
Change-Id: Id944dd3023da40ecbf4b8a324784409a63f94aec
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 6b02c85f874886e7f5a467a8b63f0ca995b995b7)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Volker Hilsheimer 2022-05-22 15:52:28 +02:00
parent 680a33e241
commit 829243d7fe

View File

@ -22,7 +22,4 @@ add_subdirectory(qstringmatcher)
add_subdirectory(qstringtokenizer)
add_subdirectory(qstringview)
add_subdirectory(qtextboundaryfinder)
# QTBUG-87414 # special case
if(NOT ANDROID)
add_subdirectory(qlocale)
endif()
add_subdirectory(qlocale)