Re-enable tst_qrhi on Linux

Not sure why this was disabled in the first place.

Change-Id: I66329b55fd46d03fd96818c6c7004718ddea5c79
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Laszlo Agocs 2020-07-29 11:37:11 +02:00
parent 2b781fd678
commit 071fc289c4

View File

@ -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)