summaryrefslogtreecommitdiffstats
path: root/tests/auto/compositor/compositor
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-28 09:52:36 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-28 11:27:34 +0200
commit7261e8625f7b2af25cd87740407743d503f594d1 (patch)
tree91624880de91e017f473c05e3e59b6089513efd1 /tests/auto/compositor/compositor
parent043d2047356c1c07c54af0aaa887e2f13de07a22 (diff)
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I95f27e29fdee60acecba4fbba9b1b77c1680cee5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/auto/compositor/compositor')
-rw-r--r--tests/auto/compositor/compositor/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/compositor/compositor/CMakeLists.txt b/tests/auto/compositor/compositor/CMakeLists.txt
index 0dd17cf74..3d4308f85 100644
--- a/tests/auto/compositor/compositor/CMakeLists.txt
+++ b/tests/auto/compositor/compositor/CMakeLists.txt
@@ -18,7 +18,7 @@ qt_internal_add_test(tst_compositor
testkeyboardgrabber.cpp testkeyboardgrabber.h
testseat.cpp testseat.h
tst_compositor.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
@@ -42,6 +42,6 @@ qt6_generate_wayland_protocol_client_sources(tst_compositor
#####################################################################
qt_internal_extend_target(tst_compositor CONDITION QT_FEATURE_xkbcommon
- PUBLIC_LIBRARIES
+ LIBRARIES
XKB::XKB
)