aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/v4/auto
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-26 17:35:58 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-28 14:58:42 +0200
commita8431a406788908c7224c12873a1e9e61953d39b (patch)
tree929514071a856c54f1a6c79ddfa868cd96a5c821 /tests/manual/v4/auto
parenta5ceeb755d79422125b378a9b610fb34212038a8 (diff)
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I1cd769f85d5f82c43639d6787d98e536619249e6 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/manual/v4/auto')
-rw-r--r--tests/manual/v4/auto/executableallocator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/v4/auto/executableallocator/CMakeLists.txt b/tests/manual/v4/auto/executableallocator/CMakeLists.txt
index 1c2e709392..a2f4076324 100644
--- a/tests/manual/v4/auto/executableallocator/CMakeLists.txt
+++ b/tests/manual/v4/auto/executableallocator/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_manual_test(tst_executableallocator
SOURCES
tst_executableallocator.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Test
v4Private
)