summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick/quick.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-02-21 11:38:27 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2020-02-21 11:40:49 +0100
commitd9349a299f66fb154ad24f410451872a7ca253fb (patch)
tree2e8258ef3679707a2a9245c85bc8490251b3e256 /src/pdf/quick/quick.pro
parent50bc8b124705c33c5e27f035b1eab756e14247ba (diff)
parentc0aa9d794378846e4cc0b6fe94f2765bc31cefdd (diff)
Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15v5.15.0-beta1
The feature set is mostly in place (except for some known shortcomings) and we need the merge to build it on iOS. Task-number: QTBUG-69519 Change-Id: Ib1ac82a9a7e0830d98d1c4327a1b15d4d7f4d4c1
Diffstat (limited to 'src/pdf/quick/quick.pro')
-rw-r--r--src/pdf/quick/quick.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pdf/quick/quick.pro b/src/pdf/quick/quick.pro
index cda768369..b62b80346 100644
--- a/src/pdf/quick/quick.pro
+++ b/src/pdf/quick/quick.pro
@@ -6,7 +6,9 @@ IMPORT_VERSION = 1.0
#QMAKE_DOCS = $$PWD/doc/qtquickpdf.qdocconf
PDF_QML_FILES = \
+ qml/PdfMultiPageView.qml \
qml/PdfPageView.qml \
+ qml/PdfScrollablePageView.qml \
QML_FILES += $$PDF_QML_FILES qmldir
@@ -15,11 +17,17 @@ RESOURCES += resources.qrc
SOURCES += \
plugin.cpp \
qquickpdfdocument.cpp \
+ qquickpdflinkmodel.cpp \
+ qquickpdfnavigationstack.cpp \
qquickpdfsearchmodel.cpp \
+ qquickpdfselection.cpp \
HEADERS += \
qquickpdfdocument_p.h \
+ qquickpdflinkmodel_p.h \
+ qquickpdfnavigationstack_p.h \
qquickpdfsearchmodel_p.h \
+ qquickpdfselection_p.h \
QT += pdf quick-private gui gui-private core core-private qml qml-private