Activate tst_qopenglwidget for Android

tst_qopenglwidget was disabled because it crashed.
It does not any more.

Task-number: QTBUG-87671
Pick-to: 6.2 6.3
Change-Id: I7ea55f262f362c098b52e1b1a319b26c31a7e067
Reviewed-by: Pekka Gehör <pekka.gehor@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Andreas Buhr 2022-02-21 19:38:58 +01:00
parent 1ae662cad0
commit 9e7a5bb513

View File

@ -56,7 +56,6 @@ if(NOT ANDROID)
# QTBUG-87421 # special case
add_subdirectory(qmenubar)
endif()
# QTBUG-87671 # special case
if(QT_FEATURE_opengl AND NOT ANDROID)
if(QT_FEATURE_opengl)
add_subdirectory(qopenglwidget)
endif()