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/auto/corelib/io/qlockfile/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/corelib/io/qlockfile') diff --git a/tests/auto/corelib/io/qlockfile/CMakeLists.txt b/tests/auto/corelib/io/qlockfile/CMakeLists.txt index 456ee88bb0..f423cd01e9 100644 --- a/tests/auto/corelib/io/qlockfile/CMakeLists.txt +++ b/tests/auto/corelib/io/qlockfile/CMakeLists.txt @@ -5,7 +5,7 @@ qt_internal_add_test(tst_qlockfile SOURCES tst_qlockfile.cpp - PUBLIC_LIBRARIES + LIBRARIES Qt::Concurrent Qt::CorePrivate ) @@ -14,7 +14,7 @@ qt_internal_add_test(tst_qlockfile ##################################################################### qt_internal_extend_target(tst_qlockfile CONDITION WIN32 - PUBLIC_LIBRARIES + LIBRARIES advapi32 ) add_subdirectory(qlockfiletesthelper) -- cgit v1.2.3