summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2022-09-06 14:44:51 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2022-09-12 18:01:25 +0200
commit4ff07da88fa07258db9f591888b96b15b35c677a (patch)
treeb40b593dbff762e03060dda163dfc5f2f003b121 /tests
parent0ca4eba9612fbcba988ca06c47f5738d4cb71fbd (diff)
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 <michal.klocek@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/pdfquick/multipageview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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