summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
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()