hpdf/bin/hpdf.pro
Rtch90 efbc52cd2a [Add] Testing pdf page to QImage conversion.
[Change] Integrated tableview and files.
2014-12-16 10:53:33 +00:00

26 lines
444 B
Prolog

QT += widgets
TEMPLATE = app
TARGET = hpdf
DEPENDPATH += .
INCLUDEPATH += /usr/include/poppler/qt5
LIBS += -L/usr/lib -lpoppler-qt5
HEADERS += \
../src/pdf_factory.h \
../src/pdf_file.h \
../src/pdf_page_widget.h \
../src/table_view.h
SOURCES += \
../src/main.cpp \
../src/pdf_factory.cpp \
../src/pdf_file.cpp \
../src/pdf_page_widget.cpp \
../src/table_view.cpp
RESOURCES += hpdf.qrc
CONFIG += console