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,13 +43,8 @@ if(TARGET Qt::Widgets)
|
||||||
add_subdirectory(qtouchevent)
|
add_subdirectory(qtouchevent)
|
||||||
endif()
|
endif()
|
||||||
if(QT_FEATURE_opengl)
|
if(QT_FEATURE_opengl)
|
||||||
# special case begin
|
|
||||||
# QTBUG-85364
|
|
||||||
if(NOT LINUX)
|
|
||||||
add_subdirectory(qopenglwindow)
|
add_subdirectory(qopenglwindow)
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
endif()
|
|
||||||
if(TARGET Qt::Network AND WIN32)
|
if(TARGET Qt::Network AND WIN32)
|
||||||
add_subdirectory(noqteventloop)
|
add_subdirectory(noqteventloop)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue