From 03c93b489bd90233c29c98e2dc7dc9f113dfc6a2 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 27 Jul 2022 17:20:41 +0200 Subject: CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers Change-Id: Ie8bd35a3aa6a56bfe4b3290b9c507a3ed9e61608 Reviewed-by: Alexey Edelev --- tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/cpptest/q3dscatter-modelproxy') diff --git a/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt b/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt index 3f6e0203..a7de1ae0 100644 --- a/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt +++ b/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt @@ -1,7 +1,7 @@ qt_internal_add_test(q3dscatter-modelproxy SOURCES tst_proxy.cpp - PUBLIC_LIBRARIES + LIBRARIES Qt::Gui Qt::Widgets Qt::DataVisualization -- cgit v1.2.3