summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets/pdfwidgets.pro
blob: 17772b886600496d63379a00c44d76fa66d94428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = QtPdfWidgets
QT = core gui widgets widgets-private pdf

SOURCES += \
    qpdfview.cpp

HEADERS += \
    qpdfview.h \
    qpdfview_p.h \
    qtpdfwidgetsglobal.h

include($${OUT_PWD}/../pdf/$$getConfigDir()/QtPdf_static_dep.pri)
load(qt_module)