Re-enable tst_qopenglwindow on Linux

Amends 5d6705c567

Change-Id: I359b638465e24f3da0941083f9ad6f022b5222ed
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Alexandru Croitor 2021-11-22 10:28:55 +01:00
parent 9a31dada02
commit 4ad57bb212
1 changed files with 1 additions and 6 deletions

View File

@ -43,12 +43,7 @@ if(TARGET Qt::Widgets)
add_subdirectory(qtouchevent)
endif()
if(QT_FEATURE_opengl)
# special case begin
# QTBUG-85364
if(NOT LINUX)
add_subdirectory(qopenglwindow)
endif()
# special case end
add_subdirectory(qopenglwindow)
endif()
if(TARGET Qt::Network AND WIN32)
add_subdirectory(noqteventloop)