summaryrefslogtreecommitdiffstats
path: root/tests/manual/cylinder-parent-test
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-26 17:54:36 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-27 13:48:03 +0200
commit4ddbab6f63d581a3cf11786fb3a112dc251a0284 (patch)
tree4eee725aeb1df200ffd7aba48bbd240b83d70f9d /tests/manual/cylinder-parent-test
parent1f1a8a145a936e5a7cb48c3fb33693e758159d38 (diff)
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I393161c3adef90f776572c41d03305d2aa3979f8 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/manual/cylinder-parent-test')
-rw-r--r--tests/manual/cylinder-parent-test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/cylinder-parent-test/CMakeLists.txt b/tests/manual/cylinder-parent-test/CMakeLists.txt
index 1523da08f..83b19b828 100644
--- a/tests/manual/cylinder-parent-test/CMakeLists.txt
+++ b/tests/manual/cylinder-parent-test/CMakeLists.txt
@@ -11,7 +11,7 @@ qt_internal_add_manual_test(cylinder-parent-test
GUI
SOURCES
main.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DCore
Qt::3DExtras
Qt::3DInput