From 4d22405e482e4e943b9485c6809cad8d6fafcc30 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 25 Jul 2022 17:50:38 +0200 Subject: CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers Change-Id: I9b7404e1d3a78fe0726ec0f5ce1461f6c209e90d Reviewed-by: Alexey Edelev --- tests/manual/qtabletevent/device_information/CMakeLists.txt | 2 +- tests/manual/qtabletevent/event_compression/CMakeLists.txt | 2 +- tests/manual/qtabletevent/regular_widgets/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/manual/qtabletevent') diff --git a/tests/manual/qtabletevent/device_information/CMakeLists.txt b/tests/manual/qtabletevent/device_information/CMakeLists.txt index 02c0789ffe..b5f3040da1 100644 --- a/tests/manual/qtabletevent/device_information/CMakeLists.txt +++ b/tests/manual/qtabletevent/device_information/CMakeLists.txt @@ -9,7 +9,7 @@ qt_internal_add_manual_test(device_information SOURCES main.cpp tabletwidget.cpp tabletwidget.h - PUBLIC_LIBRARIES + LIBRARIES Qt::Gui Qt::Widgets ) diff --git a/tests/manual/qtabletevent/event_compression/CMakeLists.txt b/tests/manual/qtabletevent/event_compression/CMakeLists.txt index 8f5b6a3962..d362182bf1 100644 --- a/tests/manual/qtabletevent/event_compression/CMakeLists.txt +++ b/tests/manual/qtabletevent/event_compression/CMakeLists.txt @@ -8,7 +8,7 @@ qt_internal_add_manual_test(event_compression SOURCES main.cpp mousestatwidget.cpp mousestatwidget.h - PUBLIC_LIBRARIES + LIBRARIES Qt::Gui Qt::Test Qt::Widgets diff --git a/tests/manual/qtabletevent/regular_widgets/CMakeLists.txt b/tests/manual/qtabletevent/regular_widgets/CMakeLists.txt index 786e061322..45059c1274 100644 --- a/tests/manual/qtabletevent/regular_widgets/CMakeLists.txt +++ b/tests/manual/qtabletevent/regular_widgets/CMakeLists.txt @@ -8,7 +8,7 @@ qt_internal_add_manual_test(regular_widgets GUI SOURCES main.cpp - PUBLIC_LIBRARIES + LIBRARIES Qt::CorePrivate Qt::Gui Qt::GuiPrivate -- cgit v1.2.1