summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorTim Blechmann <[email protected]>2025-06-03 11:50:06 +0800
committerTim Blechmann <[email protected]>2025-06-04 08:16:14 +0800
commit1dbe52965e034a24d13c71be7feea7447b1aa01a (patch)
tree25a5f650f9cf5d232ed8718dc08a870fc82d1f33 /tests/auto
parent183573bc3f444be3503f493371c1604a380290b2 (diff)
cmake: PdfWidgets/Quick - fix dependenciesHEADdev
PdfWidgets and QdfQuick should publicly depend on Qt::Pdf/Quick and only privately on PdfPrivate / QuickPrivate Amends 209778ed9a167c156b448689191d2a6a381a6880 Fixes: QTBUG-135974 Pick-to: 6.9 6.10 Change-Id: I9cdcc6d6fd6cd0a11691025580f2fd4a41325282 Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/pdfquick/multipageview/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/pdfquick/multipageview/CMakeLists.txt b/tests/auto/pdfquick/multipageview/CMakeLists.txt
index 50f7d7d8f..010cefdb0 100644
--- a/tests/auto/pdfquick/multipageview/CMakeLists.txt
+++ b/tests/auto/pdfquick/multipageview/CMakeLists.txt
@@ -11,6 +11,7 @@ qt_internal_add_test(tst_multipageview
LIBRARIES
Qt::Gui
Qt::Quick
+ Qt::PdfPrivate
Qt::PdfQuickPrivate
TESTDATA ${test_data}
)