# -------------------------------------------------
# Project created by QtCreator 2009-05-13T21:44:43
# -------------------------------------------------
QT += xml widgets
TARGET = taborca
TEMPLATE = app
CONFIG += debug
SOURCES += main.cpp \
mainwindow.cpp \
pdfpager.cpp \
thumbnailscene.cpp \
thumbnailview.cpp \
thumbnailitem.cpp \
pdfscene.cpp \
tool.cpp \
boxtool.cpp \
selecttool.cpp \
rectangle.cpp \
page.cpp
HEADERS += mainwindow.h \
pdfpager.h \
common.h \
thumbnailscene.h \
thumbnailview.h \
thumbnailitem.h \
pdfscene.h \
tool.h \
boxtool.h \
selecttool.h \
rectangle.h \
page.h
FORMS += mainwindow.ui
# if your system doesn't yet have poppler 0.11.3 or later (including qt4 binding),
# you may need to compile it yourself and install in /usr/local:
# INCLUDEPATH += /usr/local/include/poppler/qt4
# LIBS += -L/usr/local/lib \
INCLUDEPATH += /usr/include/poppler/qt5
LIBS += -lpoppler-qt5 \
-lpoppler
RESOURCES += icons.qrc