mirror of https://github.com/qt/qtbase.git
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:
parent
9a31dada02
commit
4ad57bb212
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue