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

SOURCES += \
    qpdfview.cpp

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

load(qt_module)