summaryrefslogtreecommitdiffstats
path: root/examples/pdfwidgets/pdfviewer/pdfviewer.pro
blob: 5e48edeb994c400185c12bd17a43afcb98279777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = app
TARGET = pdfviewer
QT += core gui widgets pdfwidgets

SOURCES += \
    main.cpp \
    mainwindow.cpp \
    searchresultdelegate.cpp \
    zoomselector.cpp

HEADERS += \
    mainwindow.h \
    searchresultdelegate.h \
    zoomselector.h

FORMS += \
    mainwindow.ui

RESOURCES += \
    resources.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/pdfwidgets/pdfviewer
INSTALLS += target