summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mock1plugin
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-02-25 11:41:05 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2022-02-28 23:08:20 +0100
commit6ee4f4233dcfe2b12058c7c33433551f3bd89487 (patch)
tree32c003b7714b5368d052e0136206170a89135247 /tests/auto/cmake/mockplugins/mock1plugin
parentd3a297c0ab96baf831ce43f0271515989a980b5f (diff)
Do not use PUBLIC linking with plugins and tests
Change-Id: Idf182bbed68e2da27387d4fd4e3b0737aaa5049c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto/cmake/mockplugins/mock1plugin')
-rw-r--r--tests/auto/cmake/mockplugins/mock1plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/mockplugins/mock1plugin/CMakeLists.txt b/tests/auto/cmake/mockplugins/mock1plugin/CMakeLists.txt
index 5bb7d6cc76..2af59e34eb 100644
--- a/tests/auto/cmake/mockplugins/mock1plugin/CMakeLists.txt
+++ b/tests/auto/cmake/mockplugins/mock1plugin/CMakeLists.txt
@@ -3,7 +3,7 @@ qt_internal_add_plugin(QMock1Plugin
PLUGIN_TYPE mockplugin
SOURCES
qmock1plugin.cpp qmock1plugin.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::MockPlugins1
)