summaryrefslogtreecommitdiff
path: root/noncore/net
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/net
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/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.pro31
-rw-r--r--noncore/net/opietooth/applet/applet.pro31
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro31
-rw-r--r--noncore/net/opietooth/lib/lib.pro30
-rw-r--r--noncore/net/opietooth/manager/manager.pro31
5 files changed, 70 insertions, 84 deletions
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index 3b6d3ea..a56aed1 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -9,20 +9,17 @@ INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12 12TRANSLATIONS = ../../../i18n/de/opieftp.ts \
13 13 ../../../i18n/en/opieftp.ts \
14TRANSLATIONS = ../../../i18n/de/opieftp.ts 14 ../../../i18n/es/opieftp.ts \
15TRANSLATIONS += ../../../i18n/en/opieftp.ts 15 ../../../i18n/fr/opieftp.ts \
16TRANSLATIONS += ../../../i18n/es/opieftp.ts 16 ../../../i18n/hu/opieftp.ts \
17TRANSLATIONS += ../../../i18n/fr/opieftp.ts 17 ../../../i18n/ja/opieftp.ts \
18TRANSLATIONS += ../../../i18n/hu/opieftp.ts 18 ../../../i18n/ko/opieftp.ts \
19TRANSLATIONS += ../../../i18n/ja/opieftp.ts 19 ../../../i18n/no/opieftp.ts \
20TRANSLATIONS += ../../../i18n/ko/opieftp.ts 20 ../../../i18n/pl/opieftp.ts \
21TRANSLATIONS += ../../../i18n/no/opieftp.ts 21 ../../../i18n/pt/opieftp.ts \
22TRANSLATIONS += ../../../i18n/pl/opieftp.ts 22 ../../../i18n/pt_BR/opieftp.ts \
23TRANSLATIONS += ../../../i18n/pt/opieftp.ts 23 ../../../i18n/sl/opieftp.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/opieftp.ts 24 ../../../i18n/zh_CN/opieftp.ts \
25TRANSLATIONS += ../../../i18n/sl/opieftp.ts 25 ../../../i18n/zh_TW/opieftp.ts
26TRANSLATIONS += ../../../i18n/zh_CN/opieftp.ts
27TRANSLATIONS += ../../../i18n/zh_TW/opieftp.ts
28
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index e0a93dc..229d673 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -10,20 +10,17 @@ DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopietooth 10LIBS += -lqpe -lopietooth
11VERSION = 0.0.3 11VERSION = 0.0.3
12 12
13 13TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \
14 14 ../../../../i18n/en/libbluetoothapplet.ts \
15TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts 15 ../../../../i18n/es/libbluetoothapplet.ts \
16TRANSLATIONS += ../../../../i18n/en/libbluetoothapplet.ts 16 ../../../../i18n/fr/libbluetoothapplet.ts \
17TRANSLATIONS += ../../../../i18n/es/libbluetoothapplet.ts 17 ../../../../i18n/hu/libbluetoothapplet.ts \
18TRANSLATIONS += ../../../../i18n/fr/libbluetoothapplet.ts 18 ../../../../i18n/ja/libbluetoothapplet.ts \
19TRANSLATIONS += ../../../../i18n/hu/libbluetoothapplet.ts 19 ../../../../i18n/ko/libbluetoothapplet.ts \
20TRANSLATIONS += ../../../../i18n/ja/libbluetoothapplet.ts 20 ../../../../i18n/no/libbluetoothapplet.ts \
21TRANSLATIONS += ../../../../i18n/ko/libbluetoothapplet.ts 21 ../../../../i18n/pl/libbluetoothapplet.ts \
22TRANSLATIONS += ../../../../i18n/no/libbluetoothapplet.ts 22 ../../../../i18n/pt/libbluetoothapplet.ts \
23TRANSLATIONS += ../../../../i18n/pl/libbluetoothapplet.ts 23 ../../../../i18n/pt_BR/libbluetoothapplet.ts \
24TRANSLATIONS += ../../../../i18n/pt/libbluetoothapplet.ts 24 ../../../../i18n/sl/libbluetoothapplet.ts \
25TRANSLATIONS += ../../../../i18n/pt_BR/libbluetoothapplet.ts 25 ../../../../i18n/zh_CN/libbluetoothapplet.ts \
26TRANSLATIONS += ../../../../i18n/sl/libbluetoothapplet.ts 26 ../../../../i18n/zh_TW/libbluetoothapplet.ts
27TRANSLATIONS += ../../../../i18n/zh_CN/libbluetoothapplet.ts
28TRANSLATIONS += ../../../../i18n/zh_TW/libbluetoothapplet.ts
29
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index 2ddb014..1444bb6 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -11,20 +11,17 @@ INTERFACES = pindlgbase.ui
11 DESTDIR = $(OPIEDIR)/bin 11 DESTDIR = $(OPIEDIR)/bin
12TARGET = bluepin 12TARGET = bluepin
13 13
14 14TRANSLATIONS = ../../../../i18n/de/bluepin.ts \
15 15 ../../../../i18n/en/bluepin.ts \
16TRANSLATIONS = ../../../../i18n/de/bluepin.ts 16 ../../../../i18n/es/bluepin.ts \
17TRANSLATIONS += ../../../../i18n/en/bluepin.ts 17 ../../../../i18n/fr/bluepin.ts \
18TRANSLATIONS += ../../../../i18n/es/bluepin.ts 18 ../../../../i18n/hu/bluepin.ts \
19TRANSLATIONS += ../../../../i18n/fr/bluepin.ts 19 ../../../../i18n/ja/bluepin.ts \
20TRANSLATIONS += ../../../../i18n/hu/bluepin.ts 20 ../../../../i18n/ko/bluepin.ts \
21TRANSLATIONS += ../../../../i18n/ja/bluepin.ts 21 ../../../../i18n/no/bluepin.ts \
22TRANSLATIONS += ../../../../i18n/ko/bluepin.ts 22 ../../../../i18n/pl/bluepin.ts \
23TRANSLATIONS += ../../../../i18n/no/bluepin.ts 23 ../../../../i18n/pt/bluepin.ts \
24TRANSLATIONS += ../../../../i18n/pl/bluepin.ts 24 ../../../../i18n/pt_BR/bluepin.ts \
25TRANSLATIONS += ../../../../i18n/pt/bluepin.ts 25 ../../../../i18n/sl/bluepin.ts \
26TRANSLATIONS += ../../../../i18n/pt_BR/bluepin.ts 26 ../../../../i18n/zh_CN/bluepin.ts \
27TRANSLATIONS += ../../../../i18n/sl/bluepin.ts 27 ../../../../i18n/zh_TW/bluepin.ts
28TRANSLATIONS += ../../../../i18n/zh_CN/bluepin.ts
29TRANSLATIONS += ../../../../i18n/zh_TW/bluepin.ts
30
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index eec7e43..ecf2e6c 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -8,19 +8,17 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK)
8LIBS += -lopie 8LIBS += -lopie
9#VERSION = 0.0.0 9#VERSION = 0.0.0
10 10
11 11TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \
12TRANSLATIONS = ../../../../i18n/de/libopietooth.ts 12 ../../../../i18n/en/libopietooth.ts \
13TRANSLATIONS += ../../../../i18n/en/libopietooth.ts 13 ../../../../i18n/es/libopietooth.ts \
14TRANSLATIONS += ../../../../i18n/es/libopietooth.ts 14 ../../../../i18n/fr/libopietooth.ts \
15TRANSLATIONS += ../../../../i18n/fr/libopietooth.ts 15 ../../../../i18n/hu/libopietooth.ts \
16TRANSLATIONS += ../../../../i18n/hu/libopietooth.ts 16 ../../../../i18n/ja/libopietooth.ts \
17TRANSLATIONS += ../../../../i18n/ja/libopietooth.ts 17 ../../../../i18n/ko/libopietooth.ts \
18TRANSLATIONS += ../../../../i18n/ko/libopietooth.ts 18 ../../../../i18n/no/libopietooth.ts \
19TRANSLATIONS += ../../../../i18n/no/libopietooth.ts 19 ../../../../i18n/pl/libopietooth.ts \
20TRANSLATIONS += ../../../../i18n/pl/libopietooth.ts 20 ../../../../i18n/pt/libopietooth.ts \
21TRANSLATIONS += ../../../../i18n/pt/libopietooth.ts 21 ../../../../i18n/pt_BR/libopietooth.ts \
22TRANSLATIONS += ../../../../i18n/pt_BR/libopietooth.ts 22 ../../../../i18n/sl/libopietooth.ts \
23TRANSLATIONS += ../../../../i18n/sl/libopietooth.ts 23 ../../../../i18n/zh_CN/libopietooth.ts \
24TRANSLATIONS += ../../../../i18n/zh_CN/libopietooth.ts 24 ../../../../i18n/zh_TW/libopietooth.ts
25TRANSLATIONS += ../../../../i18n/zh_TW/libopietooth.ts
26
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 1f7ec55..39ddcaf 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -11,20 +11,17 @@ INTERFACES = bluetoothbase.ui devicedialog.ui
11DESTDIR = $(OPIEDIR)/bin 11DESTDIR = $(OPIEDIR)/bin
12TARGET = bluetooth-manager 12TARGET = bluetooth-manager
13 13
14 14TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \
15 15 ../../../../i18n/en/bluetooth-manager.ts \
16TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts 16 ../../../../i18n/es/bluetooth-manager.ts \
17TRANSLATIONS += ../../../../i18n/en/bluetooth-manager.ts 17 ../../../../i18n/fr/bluetooth-manager.ts \
18TRANSLATIONS += ../../../../i18n/es/bluetooth-manager.ts 18 ../../../../i18n/hu/bluetooth-manager.ts \
19TRANSLATIONS += ../../../../i18n/fr/bluetooth-manager.ts 19 ../../../../i18n/ja/bluetooth-manager.ts \
20TRANSLATIONS += ../../../../i18n/hu/bluetooth-manager.ts 20 ../../../../i18n/ko/bluetooth-manager.ts \
21TRANSLATIONS += ../../../../i18n/ja/bluetooth-manager.ts 21 ../../../../i18n/no/bluetooth-manager.ts \
22TRANSLATIONS += ../../../../i18n/ko/bluetooth-manager.ts 22 ../../../../i18n/pl/bluetooth-manager.ts \
23TRANSLATIONS += ../../../../i18n/no/bluetooth-manager.ts 23 ../../../../i18n/pt/bluetooth-manager.ts \
24TRANSLATIONS += ../../../../i18n/pl/bluetooth-manager.ts 24 ../../../../i18n/pt_BR/bluetooth-manager.ts \
25TRANSLATIONS += ../../../../i18n/pt/bluetooth-manager.ts 25 ../../../../i18n/sl/bluetooth-manager.ts \
26TRANSLATIONS += ../../../../i18n/pt_BR/bluetooth-manager.ts 26 ../../../../i18n/zh_CN/bluetooth-manager.ts \
27TRANSLATIONS += ../../../../i18n/sl/bluetooth-manager.ts 27 ../../../../i18n/zh_TW/bluetooth-manager.ts
28TRANSLATIONS += ../../../../i18n/zh_CN/bluetooth-manager.ts
29TRANSLATIONS += ../../../../i18n/zh_TW/bluetooth-manager.ts
30