summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/qpdf.pro
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /noncore/unsupported/qpdf/qpdf.pro
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'noncore/unsupported/qpdf/qpdf.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index 8c73477..7c92eda 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -25,48 +25,52 @@ SOURCES = xpdf/Array.cc \
25 xpdf/PDFDoc.cc \ 25 xpdf/PDFDoc.cc \
26 xpdf/Page.cc \ 26 xpdf/Page.cc \
27 xpdf/Parser.cc \ 27 xpdf/Parser.cc \
28 xpdf/PSTokenizer.cc \ 28 xpdf/PSTokenizer.cc \
29 xpdf/Stream.cc \ 29 xpdf/Stream.cc \
30 xpdf/TextOutputDev.cc \ 30 xpdf/TextOutputDev.cc \
31 xpdf/UnicodeMap.cc \ 31 xpdf/UnicodeMap.cc \
32 xpdf/XRef.cc \ 32 xpdf/XRef.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/da/qpdf.ts \ 57 ../../../i18n/da/qpdf.ts \
58 ../../../i18n/xx/qpdf.ts \ 58 ../../../i18n/xx/qpdf.ts \
59 ../../../i18n/en/qpdf.ts \ 59 ../../../i18n/en/qpdf.ts \
60 ../../../i18n/es/qpdf.ts \ 60 ../../../i18n/es/qpdf.ts \
61 ../../../i18n/fr/qpdf.ts \ 61 ../../../i18n/fr/qpdf.ts \
62 ../../../i18n/hu/qpdf.ts \ 62 ../../../i18n/hu/qpdf.ts \
63 ../../../i18n/ja/qpdf.ts \ 63 ../../../i18n/ja/qpdf.ts \
64 ../../../i18n/ko/qpdf.ts \ 64 ../../../i18n/ko/qpdf.ts \
65 ../../../i18n/no/qpdf.ts \ 65 ../../../i18n/no/qpdf.ts \
66 ../../../i18n/pl/qpdf.ts \ 66 ../../../i18n/pl/qpdf.ts \
67 ../../../i18n/pt/qpdf.ts \ 67 ../../../i18n/pt/qpdf.ts \
68 ../../../i18n/pt_BR/qpdf.ts \ 68 ../../../i18n/pt_BR/qpdf.ts \
69 ../../../i18n/sl/qpdf.ts \ 69 ../../../i18n/sl/qpdf.ts \
70 ../../../i18n/zh_CN/qpdf.ts \ 70 ../../../i18n/zh_CN/qpdf.ts \
71 ../../../i18n/it/qpdf.ts \ 71 ../../../i18n/it/qpdf.ts \
72 ../../../i18n/zh_TW/qpdf.ts 72 ../../../i18n/zh_TW/qpdf.ts
73
74
75
76include ( ../../../include.pro )