summaryrefslogtreecommitdiff
path: root/noncore/unsupported
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/unsupported
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') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro29
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.pro30
-rw-r--r--noncore/unsupported/mail2/bend/bend.pro30
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro30
-rw-r--r--noncore/unsupported/mail2/mail.pro30
-rw-r--r--noncore/unsupported/oipkg/oipkg.pro14
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro36
7 files changed, 99 insertions, 100 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 3d9d49f..2849127 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -7,17 +7,18 @@ INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10TRANSLATIONS = ../i18n/de/filebrowser.ts 10
11TRANSLATIONS += ../i18n/es/filebrowser.ts 11TRANSLATIONS = ../../../i18n/de/filebrowser.pro.in.ts \
12TRANSLATIONS += ../i18n/pt/filebrowser.ts 12 ../../../i18n/en/filebrowser.pro.in.ts \
13TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts 13 ../../../i18n/es/filebrowser.pro.in.ts \
14TRANSLATIONS += ../i18n/en/filebrowser.ts 14 ../../../i18n/fr/filebrowser.pro.in.ts \
15TRANSLATIONS += ../i18n/hu/filebrowser.ts 15 ../../../i18n/hu/filebrowser.pro.in.ts \
16TRANSLATIONS += ../i18n/ja/filebrowser.ts 16 ../../../i18n/ja/filebrowser.pro.in.ts \
17TRANSLATIONS += ../i18n/fr/filebrowser.ts 17 ../../../i18n/ko/filebrowser.pro.in.ts \
18TRANSLATIONS += ../i18n/sl/filebrowser.ts 18 ../../../i18n/no/filebrowser.pro.in.ts \
19TRANSLATIONS += ../i18n/ko/filebrowser.ts 19 ../../../i18n/pl/filebrowser.pro.in.ts \
20TRANSLATIONS += ../i18n/no/filebrowser.ts 20 ../../../i18n/pt/filebrowser.pro.in.ts \
21TRANSLATIONS += ../i18n/pl/filebrowser.ts 21 ../../../i18n/pt_BR/filebrowser.pro.in.ts \
22TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts 22 ../../../i18n/sl/filebrowser.pro.in.ts \
23TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts 23 ../../../i18n/zh_CN/filebrowser.pro.in.ts \
24 ../../../i18n/zh_TW/filebrowser.pro.in.ts
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro
index 73bac50..d627075 100644
--- a/noncore/unsupported/gsmtool/gsmtool.pro
+++ b/noncore/unsupported/gsmtool/gsmtool.pro
@@ -13,19 +13,17 @@ LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
13 INTERFACES= gsmtoolbase.ui 13 INTERFACES= gsmtoolbase.ui
14 TARGET = gsmtool 14 TARGET = gsmtool
15 15
16 16TRANSLATIONS = ../../../i18n/de/gsmtool.ts \
17TRANSLATIONS = ../../../i18n/de/gsmtool.ts 17 ../../../i18n/en/gsmtool.ts \
18TRANSLATIONS += ../../../i18n/en/gsmtool.ts 18 ../../../i18n/es/gsmtool.ts \
19TRANSLATIONS += ../../../i18n/es/gsmtool.ts 19 ../../../i18n/fr/gsmtool.ts \
20TRANSLATIONS += ../../../i18n/fr/gsmtool.ts 20 ../../../i18n/hu/gsmtool.ts \
21TRANSLATIONS += ../../../i18n/hu/gsmtool.ts 21 ../../../i18n/ja/gsmtool.ts \
22TRANSLATIONS += ../../../i18n/ja/gsmtool.ts 22 ../../../i18n/ko/gsmtool.ts \
23TRANSLATIONS += ../../../i18n/ko/gsmtool.ts 23 ../../../i18n/no/gsmtool.ts \
24TRANSLATIONS += ../../../i18n/no/gsmtool.ts 24 ../../../i18n/pl/gsmtool.ts \
25TRANSLATIONS += ../../../i18n/pl/gsmtool.ts 25 ../../../i18n/pt/gsmtool.ts \
26TRANSLATIONS += ../../../i18n/pt/gsmtool.ts 26 ../../../i18n/pt_BR/gsmtool.ts \
27TRANSLATIONS += ../../../i18n/pt_BR/gsmtool.ts 27 ../../../i18n/sl/gsmtool.ts \
28TRANSLATIONS += ../../../i18n/sl/gsmtool.ts 28 ../../../i18n/zh_CN/gsmtool.ts \
29TRANSLATIONS += ../../../i18n/zh_CN/gsmtool.ts 29 ../../../i18n/zh_TW/gsmtool.ts
30TRANSLATIONS += ../../../i18n/zh_TW/gsmtool.ts
31
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro
index bb96d76..fe0aed0 100644
--- a/noncore/unsupported/mail2/bend/bend.pro
+++ b/noncore/unsupported/mail2/bend/bend.pro
@@ -9,19 +9,17 @@ LIBS += -lmail -lqpe
9 TARGET =bend 9 TARGET =bend
10 DESTDIR +=$(OPIEDIR)/plugins/applets/ 10 DESTDIR +=$(OPIEDIR)/plugins/applets/
11 11
12 12TRANSLATIONS = ../../../i18n/de/libbend.ts \
13TRANSLATIONS = ../../../i18n/de/libbend.ts 13 ../../../i18n/en/libbend.ts \
14TRANSLATIONS += ../../../i18n/en/libbend.ts 14 ../../../i18n/es/libbend.ts \
15TRANSLATIONS += ../../../i18n/es/libbend.ts 15 ../../../i18n/fr/libbend.ts \
16TRANSLATIONS += ../../../i18n/fr/libbend.ts 16 ../../../i18n/hu/libbend.ts \
17TRANSLATIONS += ../../../i18n/hu/libbend.ts 17 ../../../i18n/ja/libbend.ts \
18TRANSLATIONS += ../../../i18n/ja/libbend.ts 18 ../../../i18n/ko/libbend.ts \
19TRANSLATIONS += ../../../i18n/ko/libbend.ts 19 ../../../i18n/no/libbend.ts \
20TRANSLATIONS += ../../../i18n/no/libbend.ts 20 ../../../i18n/pl/libbend.ts \
21TRANSLATIONS += ../../../i18n/pl/libbend.ts 21 ../../../i18n/pt/libbend.ts \
22TRANSLATIONS += ../../../i18n/pt/libbend.ts 22 ../../../i18n/pt_BR/libbend.ts \
23TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts 23 ../../../i18n/sl/libbend.ts \
24TRANSLATIONS += ../../../i18n/sl/libbend.ts 24 ../../../i18n/zh_CN/libbend.ts \
25TRANSLATIONS += ../../../i18n/zh_CN/libbend.ts 25 ../../../i18n/zh_TW/libbend.ts
26TRANSLATIONS += ../../../i18n/zh_TW/libbend.ts
27
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
index af65a3e..e80ecaf 100644
--- a/noncore/unsupported/mail2/libmail/libmail.pro
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -23,19 +23,17 @@ LIBS += -L$(OPIEDIR)/lib -lqpe
23 TARGET =mail 23 TARGET =mail
24 DESTDIR =$(QTDIR)/lib 24 DESTDIR =$(QTDIR)/lib
25 25
26 26TRANSLATIONS = ../../../i18n/de/libmail.ts \
27TRANSLATIONS = ../../../i18n/de/libmail.ts 27 ../../../i18n/en/libmail.ts \
28TRANSLATIONS += ../../../i18n/en/libmail.ts 28 ../../../i18n/es/libmail.ts \
29TRANSLATIONS += ../../../i18n/es/libmail.ts 29 ../../../i18n/fr/libmail.ts \
30TRANSLATIONS += ../../../i18n/fr/libmail.ts 30 ../../../i18n/hu/libmail.ts \
31TRANSLATIONS += ../../../i18n/hu/libmail.ts 31 ../../../i18n/ja/libmail.ts \
32TRANSLATIONS += ../../../i18n/ja/libmail.ts 32 ../../../i18n/ko/libmail.ts \
33TRANSLATIONS += ../../../i18n/ko/libmail.ts 33 ../../../i18n/no/libmail.ts \
34TRANSLATIONS += ../../../i18n/no/libmail.ts 34 ../../../i18n/pl/libmail.ts \
35TRANSLATIONS += ../../../i18n/pl/libmail.ts 35 ../../../i18n/pt/libmail.ts \
36TRANSLATIONS += ../../../i18n/pt/libmail.ts 36 ../../../i18n/pt_BR/libmail.ts \
37TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts 37 ../../../i18n/sl/libmail.ts \
38TRANSLATIONS += ../../../i18n/sl/libmail.ts 38 ../../../i18n/zh_CN/libmail.ts \
39TRANSLATIONS += ../../../i18n/zh_CN/libmail.ts 39 ../../../i18n/zh_TW/libmail.ts
40TRANSLATIONS += ../../../i18n/zh_TW/libmail.ts
41
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
index 117c863..985a6fb 100644
--- a/noncore/unsupported/mail2/mail.pro
+++ b/noncore/unsupported/mail2/mail.pro
@@ -43,19 +43,17 @@ LIBS += -lmail -lqpe -lopie
43 TARGET = mail 43 TARGET = mail
44 DESTDIR = $(OPIEDIR)/bin 44 DESTDIR = $(OPIEDIR)/bin
45 45
46 46TRANSLATIONS = ../../i18n/de/mail.ts \
47TRANSLATIONS = ../../i18n/de/mail.ts 47 ../../i18n/en/mail.ts \
48TRANSLATIONS += ../../i18n/en/mail.ts 48 ../../i18n/es/mail.ts \
49TRANSLATIONS += ../../i18n/es/mail.ts 49 ../../i18n/fr/mail.ts \
50TRANSLATIONS += ../../i18n/fr/mail.ts 50 ../../i18n/hu/mail.ts \
51TRANSLATIONS += ../../i18n/hu/mail.ts 51 ../../i18n/ja/mail.ts \
52TRANSLATIONS += ../../i18n/ja/mail.ts 52 ../../i18n/ko/mail.ts \
53TRANSLATIONS += ../../i18n/ko/mail.ts 53 ../../i18n/no/mail.ts \
54TRANSLATIONS += ../../i18n/no/mail.ts 54 ../../i18n/pl/mail.ts \
55TRANSLATIONS += ../../i18n/pl/mail.ts 55 ../../i18n/pt/mail.ts \
56TRANSLATIONS += ../../i18n/pt/mail.ts 56 ../../i18n/pt_BR/mail.ts \
57TRANSLATIONS += ../../i18n/pt_BR/mail.ts 57 ../../i18n/sl/mail.ts \
58TRANSLATIONS += ../../i18n/sl/mail.ts 58 ../../i18n/zh_CN/mail.ts \
59TRANSLATIONS += ../../i18n/zh_CN/mail.ts 59 ../../i18n/zh_TW/mail.ts
60TRANSLATIONS += ../../i18n/zh_TW/mail.ts
61
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro
index 7f60ed8..986cbcd 100644
--- a/noncore/unsupported/oipkg/oipkg.pro
+++ b/noncore/unsupported/oipkg/oipkg.pro
@@ -35,3 +35,17 @@ INTERFACES = runwindow.ui \
35 pksettingsbase.ui 35 pksettingsbase.ui
36 TARGET = oipkg 36 TARGET = oipkg
37 37
38TRANSLATIONS = ../../../i18n/de/oipkg.ts \
39 ../../../i18n/en/oipkg.ts \
40 ../../../i18n/es/oipkg.ts \
41 ../../../i18n/fr/oipkg.ts \
42 ../../../i18n/hu/oipkg.ts \
43 ../../../i18n/ja/oipkg.ts \
44 ../../../i18n/ko/oipkg.ts \
45 ../../../i18n/no/oipkg.ts \
46 ../../../i18n/pl/oipkg.ts \
47 ../../../i18n/pt/oipkg.ts \
48 ../../../i18n/pt_BR/oipkg.ts \
49 ../../../i18n/sl/oipkg.ts \
50 ../../../i18n/zh_CN/oipkg.ts \
51 ../../../i18n/zh_TW/oipkg.ts
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 @@
1TEMPLATE = app 1TEMPLATE = app
2
3CONFIG *= qt embedded release warn_off 2CONFIG *= qt embedded release warn_off
4CONFIG -= warn_on 3CONFIG -= warn_on
5
6SOURCES = xpdf/Array.cc \ 4SOURCES = xpdf/Array.cc \
7 xpdf/BuiltinFont.cc \ 5 xpdf/BuiltinFont.cc \
8 xpdf/BuiltinFontTables.cc \ 6 xpdf/BuiltinFontTables.cc \
@@ -40,12 +38,10 @@ SOURCES = xpdf/Array.cc \
40 qpdf.cpp \ 38 qpdf.cpp \
41 qbusybar.cpp \ 39 qbusybar.cpp \
42 gooStub.cpp 40 gooStub.cpp
43
44HEADERS = QOutputDev.h \ 41HEADERS = QOutputDev.h \
45 QPEOutputDev.h \ 42 QPEOutputDev.h \
46 qbusybar.h \ 43 qbusybar.h \
47 qpdf.h 44 qpdf.h
48
49INCLUDEPATH += . \ 45INCLUDEPATH += . \
50 .. \ 46 .. \
51 xpdf \ 47 xpdf \
@@ -54,24 +50,20 @@ INCLUDEPATH += . \
54 goo 50 goo
55 51
56LIBS += -L $(OPIEDIR)/lib -lqpe -lopie 52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
57
58DESTDIR = $(OPIEDIR)/bin 53DESTDIR = $(OPIEDIR)/bin
59TARGET = qpdf 54TARGET = qpdf
60 55
61 56TRANSLATIONS = ../../../i18n/de/qpdf.ts \
62 57 ../../../i18n/en/qpdf.ts \
63TRANSLATIONS = ../../../i18n/de/qpdf.ts 58 ../../../i18n/es/qpdf.ts \
64TRANSLATIONS += ../../../i18n/en/qpdf.ts 59 ../../../i18n/fr/qpdf.ts \
65TRANSLATIONS += ../../../i18n/es/qpdf.ts 60 ../../../i18n/hu/qpdf.ts \
66TRANSLATIONS += ../../../i18n/fr/qpdf.ts 61 ../../../i18n/ja/qpdf.ts \
67TRANSLATIONS += ../../../i18n/hu/qpdf.ts 62 ../../../i18n/ko/qpdf.ts \
68TRANSLATIONS += ../../../i18n/ja/qpdf.ts 63 ../../../i18n/no/qpdf.ts \
69TRANSLATIONS += ../../../i18n/ko/qpdf.ts 64 ../../../i18n/pl/qpdf.ts \
70TRANSLATIONS += ../../../i18n/no/qpdf.ts 65 ../../../i18n/pt/qpdf.ts \
71TRANSLATIONS += ../../../i18n/pl/qpdf.ts 66 ../../../i18n/pt_BR/qpdf.ts \
72TRANSLATIONS += ../../../i18n/pt/qpdf.ts 67 ../../../i18n/sl/qpdf.ts \
73TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts 68 ../../../i18n/zh_CN/qpdf.ts \
74TRANSLATIONS += ../../../i18n/sl/qpdf.ts 69 ../../../i18n/zh_TW/qpdf.ts
75TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts
76TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts
77