Activate tst_qtextdocument for Android
tst_qtextdocument was disabled because it crashed. It does not any more. Task-number: QTBUG-87671 Pick-to: 6.2 6.3 Change-Id: Ie1bd75c21e481c2ecb8607c04ce9370fc6d7b00e Reviewed-by: Samuel Mira <samuel.mira@qt.io> Reviewed-by: Pekka Gehör <pekka.gehor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
parent
fcb5e52228
commit
4ed8e7949a
@ -27,8 +27,7 @@ if(QT_FEATURE_private_tests)
|
||||
add_subdirectory(qzip)
|
||||
add_subdirectory(qtextodfwriter)
|
||||
endif()
|
||||
# QTBUG-87671 # special case
|
||||
if(TARGET Qt::Xml AND NOT ANDROID)
|
||||
if(TARGET Qt::Xml)
|
||||
add_subdirectory(qtextdocument)
|
||||
endif()
|
||||
if(QT_FEATURE_private_tests AND UNIX)
|
||||
|
Loading…
Reference in New Issue
Block a user