summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/tst_qaddpreroutine
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/tst_qaddpreroutine
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/tst_qaddpreroutine')
-rw-r--r--tests/auto/cmake/tst_qaddpreroutine/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/cmake/tst_qaddpreroutine/CMakeLists.txt b/tests/auto/cmake/tst_qaddpreroutine/CMakeLists.txt
index 624a1214c8..96cd293c6f 100644
--- a/tests/auto/cmake/tst_qaddpreroutine/CMakeLists.txt
+++ b/tests/auto/cmake/tst_qaddpreroutine/CMakeLists.txt
@@ -30,7 +30,7 @@ qt_internal_add_plugin(QTBUG_90341ThemePlugin
SOURCES
plugin.cpp
SKIP_INSTALL
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
Qt::GuiPrivate
@@ -39,7 +39,7 @@ qt_internal_add_plugin(QTBUG_90341ThemePlugin
qt_internal_add_test(tst_qaddpreroutine
SOURCES
tst_qaddpreroutine.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
)