Activate tst_qgraphicsview for Android
tst_qgraphicsview was disabled because it crashed. It does not any more. Task-number: QTBUG-87671 Task-number: QTBUG-87397 Pick-to: 6.2 6.3 Change-Id: Ib604274d098c271e22b010e6cb822fdf9553df1c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuel Mira <samuel.mira@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>bb10
parent
2ff797689d
commit
fcb5e52228
|
|
@ -19,7 +19,4 @@ add_subdirectory(qgraphicspolygonitem)
|
|||
add_subdirectory(qgraphicstransform)
|
||||
add_subdirectory(qgraphicsproxywidget)
|
||||
add_subdirectory(qgraphicswidget)
|
||||
# QTBUG-87671 # special case
|
||||
if(NOT ANDROID)
|
||||
add_subdirectory(qgraphicsview)
|
||||
endif()
|
||||
add_subdirectory(qgraphicsview)
|
||||
|
|
|
|||
|
|
@ -45,3 +45,9 @@ android
|
|||
android
|
||||
[update_ancestorClipsChildrenToShape2]
|
||||
android
|
||||
[QTBUG_70255_scrollTo]
|
||||
android # QTBUG-87397
|
||||
[embeddedViewsWithFocus]
|
||||
android # QTBUG-87397
|
||||
[viewportUpdateMode2]
|
||||
android # QTBUG-87397
|
||||
|
|
|
|||
Loading…
Reference in New Issue