summaryrefslogtreecommitdiff
path: root/tests/manual/mapobjects_tester
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-27 17:34:18 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-28 11:42:10 +0200
commite7d9bd86fa81510c5a8f3dcd07d1bd6741173485 (patch)
tree5e43134c6d70eb7653d08c2650ff43e57f341870 /tests/manual/mapobjects_tester
parent4cc11a0e593d1415c4055c4cca1964478e178fcf (diff)
downloadqtlocation-e7d9bd86fa81510c5a8f3dcd07d1bd6741173485.tar.gz
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I382a68fff85527077ee8a73a462d4dedfd4c4ebd Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/manual/mapobjects_tester')
-rw-r--r--tests/manual/mapobjects_tester/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/mapobjects_tester/CMakeLists.txt b/tests/manual/mapobjects_tester/CMakeLists.txt
index 888beceb..974c27e8 100644
--- a/tests/manual/mapobjects_tester/CMakeLists.txt
+++ b/tests/manual/mapobjects_tester/CMakeLists.txt
@@ -10,7 +10,7 @@ qt_internal_add_manual_test(mapobjects_tester
main.cpp
DEFINES
QT_DEPRECATED_WARNINGS
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
Qt::Quick
)