summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (side-by-side diff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/unsupported/qpdf
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-b13d95b210c7d16229514afc66e32a1de09a075c.zip
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
Diffstat (limited to 'noncore/unsupported/qpdf') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro36
1 files changed, 14 insertions, 22 deletions
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index a5f7735..d2a553b 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -1,8 +1,6 @@
TEMPLATE = app
-
CONFIG *= qt embedded release warn_off
CONFIG -= warn_on
-
SOURCES = xpdf/Array.cc \
xpdf/BuiltinFont.cc \
xpdf/BuiltinFontTables.cc \
@@ -40,12 +38,10 @@ SOURCES = xpdf/Array.cc \
qpdf.cpp \
qbusybar.cpp \
gooStub.cpp
-
HEADERS = QOutputDev.h \
QPEOutputDev.h \
qbusybar.h \
qpdf.h
-
INCLUDEPATH += . \
.. \
xpdf \
@@ -54,24 +50,20 @@ INCLUDEPATH += . \
goo
LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
-
DESTDIR = $(OPIEDIR)/bin
TARGET = qpdf
-
-
-TRANSLATIONS = ../../../i18n/de/qpdf.ts
-TRANSLATIONS += ../../../i18n/en/qpdf.ts
-TRANSLATIONS += ../../../i18n/es/qpdf.ts
-TRANSLATIONS += ../../../i18n/fr/qpdf.ts
-TRANSLATIONS += ../../../i18n/hu/qpdf.ts
-TRANSLATIONS += ../../../i18n/ja/qpdf.ts
-TRANSLATIONS += ../../../i18n/ko/qpdf.ts
-TRANSLATIONS += ../../../i18n/no/qpdf.ts
-TRANSLATIONS += ../../../i18n/pl/qpdf.ts
-TRANSLATIONS += ../../../i18n/pt/qpdf.ts
-TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts
-TRANSLATIONS += ../../../i18n/sl/qpdf.ts
-TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts
-TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts
-
+TRANSLATIONS = ../../../i18n/de/qpdf.ts \
+ ../../../i18n/en/qpdf.ts \
+ ../../../i18n/es/qpdf.ts \
+ ../../../i18n/fr/qpdf.ts \
+ ../../../i18n/hu/qpdf.ts \
+ ../../../i18n/ja/qpdf.ts \
+ ../../../i18n/ko/qpdf.ts \
+ ../../../i18n/no/qpdf.ts \
+ ../../../i18n/pl/qpdf.ts \
+ ../../../i18n/pt/qpdf.ts \
+ ../../../i18n/pt_BR/qpdf.ts \
+ ../../../i18n/sl/qpdf.ts \
+ ../../../i18n/zh_CN/qpdf.ts \
+ ../../../i18n/zh_TW/qpdf.ts