summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-11-22 10:28:55 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-01 03:28:56 +0100
commit4ad57bb212ee1480acd847c48fe5567627952da4 (patch)
treed1460dc83b797222cccee90367fd55df28c602ee /tests
parent9a31dada02929e54423dc839245e8fcfb52db235 (diff)
Re-enable tst_qopenglwindow on Linux
Amends 5d6705c567e73b943bc8f67eb049ce3fa2ba1b74 Change-Id: I359b638465e24f3da0941083f9ad6f022b5222ed Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/gui/kernel/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/gui/kernel/CMakeLists.txt b/tests/auto/gui/kernel/CMakeLists.txt
index 7ff4e40280..74657ed1b6 100644
--- a/tests/auto/gui/kernel/CMakeLists.txt
+++ b/tests/auto/gui/kernel/CMakeLists.txt
@@ -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)