summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_mappolyline
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/auto/declarative_mappolyline
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/auto/declarative_mappolyline')
-rw-r--r--tests/auto/declarative_mappolyline/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_mappolyline/CMakeLists.txt b/tests/auto/declarative_mappolyline/CMakeLists.txt
index 37024a18..4e3bfb89 100644
--- a/tests/auto/declarative_mappolyline/CMakeLists.txt
+++ b/tests/auto/declarative_mappolyline/CMakeLists.txt
@@ -7,7 +7,7 @@ qt_internal_add_test(tst_declarative_mappolyline
QMLTEST
SOURCES
main.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Location
Qt::Quick
TESTDATA ${test_data}