Android: Enable building of the QLocale test case
Amends 2a893db480, 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>
bb10
parent
dd8da7ebd9
commit
6b02c85f87
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue