summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/qpdf.pro
Unidiff
Diffstat (limited to 'noncore/unsupported/qpdf/qpdf.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index f5ec264..cfb6d2f 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -33,44 +33,45 @@ SOURCES = xpdf/Array.cc \
33 goo/GHash.cc \ 33 goo/GHash.cc \
34 goo/GString.cc \ 34 goo/GString.cc \
35 goo/GList.cc \ 35 goo/GList.cc \
36 QOutputDev.cpp \ 36 QOutputDev.cpp \
37 QPEOutputDev.cpp \ 37 QPEOutputDev.cpp \
38 qpdf.cpp \ 38 qpdf.cpp \
39 qbusybar.cpp \ 39 qbusybar.cpp \
40 gooStub.cpp 40 gooStub.cpp
41HEADERS = QOutputDev.h \ 41HEADERS = QOutputDev.h \
42 QPEOutputDev.h \ 42 QPEOutputDev.h \
43 qbusybar.h \ 43 qbusybar.h \
44 qpdf.h 44 qpdf.h
45INCLUDEPATH += . \ 45INCLUDEPATH += . \
46 .. \ 46 .. \
47 xpdf \ 47 xpdf \
48 $(OPIEDIR)/include \ 48 $(OPIEDIR)/include \
49 ../goo \ 49 ../goo \
50 goo 50 goo
51 51
52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ 52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++
53DESTDIR = $(OPIEDIR)/bin 53DESTDIR = $(OPIEDIR)/bin
54TARGET = qpdf 54TARGET = qpdf
55 55
56TRANSLATIONS = ../../../i18n/de/qpdf.ts \ 56TRANSLATIONS = ../../../i18n/de/qpdf.ts \
57 ../../../i18n/nl/qpdf.ts \
57 ../../../i18n/da/qpdf.ts \ 58 ../../../i18n/da/qpdf.ts \
58 ../../../i18n/xx/qpdf.ts \ 59 ../../../i18n/xx/qpdf.ts \
59 ../../../i18n/en/qpdf.ts \ 60 ../../../i18n/en/qpdf.ts \
60 ../../../i18n/es/qpdf.ts \ 61 ../../../i18n/es/qpdf.ts \
61 ../../../i18n/fr/qpdf.ts \ 62 ../../../i18n/fr/qpdf.ts \
62 ../../../i18n/hu/qpdf.ts \ 63 ../../../i18n/hu/qpdf.ts \
63 ../../../i18n/ja/qpdf.ts \ 64 ../../../i18n/ja/qpdf.ts \
64 ../../../i18n/ko/qpdf.ts \ 65 ../../../i18n/ko/qpdf.ts \
65 ../../../i18n/no/qpdf.ts \ 66 ../../../i18n/no/qpdf.ts \
66 ../../../i18n/pl/qpdf.ts \ 67 ../../../i18n/pl/qpdf.ts \
67 ../../../i18n/pt/qpdf.ts \ 68 ../../../i18n/pt/qpdf.ts \
68 ../../../i18n/pt_BR/qpdf.ts \ 69 ../../../i18n/pt_BR/qpdf.ts \
69 ../../../i18n/sl/qpdf.ts \ 70 ../../../i18n/sl/qpdf.ts \
70 ../../../i18n/zh_CN/qpdf.ts \ 71 ../../../i18n/zh_CN/qpdf.ts \
71 ../../../i18n/it/qpdf.ts \ 72 ../../../i18n/it/qpdf.ts \
72 ../../../i18n/zh_TW/qpdf.ts 73 ../../../i18n/zh_TW/qpdf.ts
73 74
74 75
75 76
76include ( $(OPIEDIR)/include.pro ) 77include ( $(OPIEDIR)/include.pro )