summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets/pdfwidgets.pro
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2020-01-27 14:45:07 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-01-27 13:54:33 +0000
commiteda1b89972f8a3c87d8929ec4bcea20aabb78ab6 (patch)
tree87d7f98634b1f072cbcfb95998dc1850d7ac7491 /src/pdfwidgets/pdfwidgets.pro
parentfe9de69e014457de39ddb09c5773f546613e9727 (diff)
parenta06650f819ef164e6ec83d69957bd60d77574a16 (diff)
Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15
Initial merge of QtPdf into QtWebEngine. Fixes: QTBUG-69519 Change-Id: I48dc25a59f2c161bb231bd0fa60392eb70fe4e7d
Diffstat (limited to 'src/pdfwidgets/pdfwidgets.pro')
-rw-r--r--src/pdfwidgets/pdfwidgets.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pdfwidgets/pdfwidgets.pro b/src/pdfwidgets/pdfwidgets.pro
new file mode 100644
index 000000000..cf221be03
--- /dev/null
+++ b/src/pdfwidgets/pdfwidgets.pro
@@ -0,0 +1,12 @@
+TARGET = QtPdfWidgets
+QT = core gui widgets widgets-private pdf
+
+SOURCES += \
+ qpdfview.cpp
+
+HEADERS += \
+ qpdfview.h \
+ qpdfview_p.h \
+ qtpdfwidgetsglobal.h
+
+load(qt_module)