summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2021-08-06 20:09:15 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-06 13:42:55 +0000
commit4060a755b661f3eb1371ddcd0679a2fb4c448ba8 (patch)
treecc5f92f21a58209437cc99941904ac00a505e573 /tests
parent73f3e272775a50fcda23bbef9ab1c87383ff50a9 (diff)
downloadqtlocation-4060a755b661f3eb1371ddcd0679a2fb4c448ba8.tar.gz
CMake: Don't give plugins PUBLIC usage requirements part 2
Amends bc9ddc25379b969b8e751a192ba66093a7b7dbc2 Task-number: QTBUG-90819 Change-Id: I91d61a86d7ea79b371de7586b3406bd3b3d3c66b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit de3961f6da9fa3fe32ecb97714dee02be006080e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/dummypositionplugin/CMakeLists.txt2
-rw-r--r--tests/auto/positionplugin/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/dummypositionplugin/CMakeLists.txt b/tests/auto/dummypositionplugin/CMakeLists.txt
index aba6f092..377f61f9 100644
--- a/tests/auto/dummypositionplugin/CMakeLists.txt
+++ b/tests/auto/dummypositionplugin/CMakeLists.txt
@@ -10,7 +10,7 @@ qt_internal_add_plugin(DummyPluginForTests
DEFAULT_IF FALSE
SOURCES
plugin.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Positioning
)
diff --git a/tests/auto/positionplugin/CMakeLists.txt b/tests/auto/positionplugin/CMakeLists.txt
index d5e6c2e4..9ed4bcd2 100644
--- a/tests/auto/positionplugin/CMakeLists.txt
+++ b/tests/auto/positionplugin/CMakeLists.txt
@@ -10,7 +10,7 @@ qt_internal_add_plugin(QGeoPositionInfoSourceFactoryTest
DEFAULT_IF FALSE
SOURCES
plugin.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Positioning
)