From 071fc289c407d2cbdcf6fc66504d6ad536ad9216 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 29 Jul 2020 11:37:11 +0200 Subject: Re-enable tst_qrhi on Linux Not sure why this was disabled in the first place. Change-Id: I66329b55fd46d03fd96818c6c7004718ddea5c79 Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- tests/auto/gui/rhi/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/auto/gui/rhi') diff --git a/tests/auto/gui/rhi/CMakeLists.txt b/tests/auto/gui/rhi/CMakeLists.txt index fa069e39b8..786e121f00 100644 --- a/tests/auto/gui/rhi/CMakeLists.txt +++ b/tests/auto/gui/rhi/CMakeLists.txt @@ -1,9 +1,4 @@ # Generated from rhi.pro. add_subdirectory(qshader) -# special case begin -# QTBUG-85364 -if(NOT LINUX) - add_subdirectory(qrhi) -endif() -# special case end +add_subdirectory(qrhi) -- cgit v1.2.3