summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2021-09-10 18:49:12 -0700
committerOswald Buddenhagen <oswald.buddenhagen@gmx.de>2021-09-14 03:59:45 +0000
commit96d21faa0156bbf0707b6ef1642245fdd2d55d00 (patch)
tree2b70ec1170d68a57b8314b5b270c4ad803259aa1 /tests/auto/corelib
parent413098c3e38263741c1281a61156326457436744 (diff)
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>
Diffstat (limited to 'tests/auto/corelib')
-rw-r--r--tests/auto/corelib/plugin/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/corelib/plugin/CMakeLists.txt b/tests/auto/corelib/plugin/CMakeLists.txt
index e0ac398144..14ce4c316d 100644
--- a/tests/auto/corelib/plugin/CMakeLists.txt
+++ b/tests/auto/corelib/plugin/CMakeLists.txt
@@ -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()