From 4ff07da88fa07258db9f591888b96b15b35c677a Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 6 Sep 2022 14:44:51 +0200 Subject: CMake: use LIBRARIES rather than PUBLIC_LIBRARIES The longer name is now deprecated in favor of the shorter. Change-Id: I3b5ddd4c221ebdddced3a624234e40d8c00b3d8e Reviewed-by: Michal Klocek --- tests/auto/pdfquick/multipageview/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto') diff --git a/tests/auto/pdfquick/multipageview/CMakeLists.txt b/tests/auto/pdfquick/multipageview/CMakeLists.txt index 99bf8a675..283bebc79 100644 --- a/tests/auto/pdfquick/multipageview/CMakeLists.txt +++ b/tests/auto/pdfquick/multipageview/CMakeLists.txt @@ -8,7 +8,7 @@ qt_internal_add_test(tst_multipageview SOURCES tst_multipageview.cpp ../shared/util.cpp ../shared/util.h - PUBLIC_LIBRARIES + LIBRARIES Qt::Gui Qt::Quick Qt::PdfQuickPrivate -- cgit v1.2.3