[go: up one dir, main page]

Menu

[58c4ad]: / src / taborca.pro  Maximize  Restore  History

Download this file

42 lines (40 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -------------------------------------------------
# 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