summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mock4plugin
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/mock4plugin
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/mock4plugin')
-rw-r--r--tests/auto/cmake/mockplugins/mock4plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/mockplugins/mock4plugin/CMakeLists.txt b/tests/auto/cmake/mockplugins/mock4plugin/CMakeLists.txt
index f269ad3f82..f13ec00332 100644
--- a/tests/auto/cmake/mockplugins/mock4plugin/CMakeLists.txt
+++ b/tests/auto/cmake/mockplugins/mock4plugin/CMakeLists.txt
@@ -4,7 +4,7 @@ qt_internal_add_plugin(QMock4Plugin
DEFAULT_IF FALSE
SOURCES
qmock4plugin.cpp qmock4plugin.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::MockPlugins1
)