Re-enable tst_qplugin on Linux

It was disabled during the CMake port, but appears to work now.

Change-Id: I2de1b4dfacd443148279fffd16a3a166a3e10671
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
bb10
Thiago Macieira 2021-09-10 18:49:12 -07:00 committed by Oswald Buddenhagen
parent 413098c3e3
commit 96d21faa01
1 changed files with 1 additions and 6 deletions

View File

@ -12,10 +12,5 @@ if(QT_FEATURE_library AND NOT ANDROID)
endif()
# QTBUG-87438 # special case
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_library AND NOT ANDROID)
# special case begin
# QTBUG-85364
if(NOT LINUX)
add_subdirectory(qplugin)
endif()
# special case end
add_subdirectory(qplugin)
endif()