wasm: Disable problematic qlocal test for time being
Upgrading emscripten to 3.1.50 breaks this test, so we disable the time for time being. After emscripten update this test is to be enabled and fixed. Change-Id: Ic48d81e2285ed8f7639bf20c6c29b2b9e402a591 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
d954d53c1d
commit
c23d3ca1f0
@ -26,4 +26,6 @@ add_subdirectory(qstringtokenizer)
|
||||
add_subdirectory(qstringview)
|
||||
add_subdirectory(qtextboundaryfinder)
|
||||
add_subdirectory(qunicodetools)
|
||||
add_subdirectory(qlocale)
|
||||
if(NOT WASM)
|
||||
add_subdirectory(qlocale)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user