summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth
authordavipt <davipt>2002-06-24 23:25:17 (UTC)
committer davipt <davipt>2002-06-24 23:25:17 (UTC)
commit2da629c52c3cbfebff7b314b8668ccd579bb6742 (patch) (unidiff)
treecc0176eb71e36c92f5972a34d15a204623a0d1c8 /noncore/net/opietooth
parent6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff)
downloadopie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2
Fix TRANSLATIONS
Diffstat (limited to 'noncore/net/opietooth') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/applet.pro17
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro17
-rw-r--r--noncore/net/opietooth/lib/lib.pro17
-rw-r--r--noncore/net/opietooth/manager/manager.pro17
4 files changed, 68 insertions, 0 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index cb78f85..e0a93dc 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -1,12 +1,29 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = bluezapplet.h bluezappletimpl.h 3HEADERS = bluezapplet.h bluezappletimpl.h
4SOURCES = bluezapplet.cpp bluezappletimpl.cpp 4SOURCES = bluezapplet.cpp bluezappletimpl.cpp
5TARGET = bluetoothapplet 5TARGET = bluetoothapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib 8INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopietooth 10LIBS += -lqpe -lopietooth
11VERSION = 0.0.3 11VERSION = 0.0.3
12 12
13
14
15TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts
16TRANSLATIONS += ../../../../i18n/en/libbluetoothapplet.ts
17TRANSLATIONS += ../../../../i18n/es/libbluetoothapplet.ts
18TRANSLATIONS += ../../../../i18n/fr/libbluetoothapplet.ts
19TRANSLATIONS += ../../../../i18n/hu/libbluetoothapplet.ts
20TRANSLATIONS += ../../../../i18n/ja/libbluetoothapplet.ts
21TRANSLATIONS += ../../../../i18n/ko/libbluetoothapplet.ts
22TRANSLATIONS += ../../../../i18n/no/libbluetoothapplet.ts
23TRANSLATIONS += ../../../../i18n/pl/libbluetoothapplet.ts
24TRANSLATIONS += ../../../../i18n/pt/libbluetoothapplet.ts
25TRANSLATIONS += ../../../../i18n/pt_BR/libbluetoothapplet.ts
26TRANSLATIONS += ../../../../i18n/sl/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 32366bc..4a622df 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -1,12 +1,29 @@
1TEMPLATE = app 1TEMPLATE = app
2#CONFIG = qt warn_on debug 2#CONFIG = qt warn_on debug
3CONFIG = qt warn_on release 3CONFIG = qt warn_on release
4HEADERS = pindlg.h 4HEADERS = pindlg.h
5SOURCES = main.cc pindlg.cc 5SOURCES = main.cc pindlg.cc
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib 7INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10INTERFACES = pindlgbase.ui 10INTERFACES = pindlgbase.ui
11TARGET = $(OPIEDIR)/bin/bluepin 11TARGET = $(OPIEDIR)/bin/bluepin
12 12
13
14
15TRANSLATIONS = ../../../../i18n/de/$(OPIEDIR)/bin/bluepin.ts
16TRANSLATIONS += ../../../../i18n/en/$(OPIEDIR)/bin/bluepin.ts
17TRANSLATIONS += ../../../../i18n/es/$(OPIEDIR)/bin/bluepin.ts
18TRANSLATIONS += ../../../../i18n/fr/$(OPIEDIR)/bin/bluepin.ts
19TRANSLATIONS += ../../../../i18n/hu/$(OPIEDIR)/bin/bluepin.ts
20TRANSLATIONS += ../../../../i18n/ja/$(OPIEDIR)/bin/bluepin.ts
21TRANSLATIONS += ../../../../i18n/ko/$(OPIEDIR)/bin/bluepin.ts
22TRANSLATIONS += ../../../../i18n/no/$(OPIEDIR)/bin/bluepin.ts
23TRANSLATIONS += ../../../../i18n/pl/$(OPIEDIR)/bin/bluepin.ts
24TRANSLATIONS += ../../../../i18n/pt/$(OPIEDIR)/bin/bluepin.ts
25TRANSLATIONS += ../../../../i18n/pt_BR/$(OPIEDIR)/bin/bluepin.ts
26TRANSLATIONS += ../../../../i18n/sl/$(OPIEDIR)/bin/bluepin.ts
27TRANSLATIONS += ../../../../i18n/zh_CN/$(OPIEDIR)/bin/bluepin.ts
28TRANSLATIONS += ../../../../i18n/zh_TW/$(OPIEDIR)/bin/bluepin.ts
29
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 72cb456..eec7e43 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -1,9 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qte warn_on release 2CONFIG += qte warn_on release
3 HEADERS = parser.h device.h manager.h remotedevice.h services.h 3 HEADERS = parser.h device.h manager.h remotedevice.h services.h
4 SOURCES = parser.cc device.cc manager.cc remotedevice.cc services.cc 4 SOURCES = parser.cc device.cc manager.cc remotedevice.cc services.cc
5 TARGET = opietooth 5 TARGET = opietooth
6INCLUDEPATH += $(OPIEDIR)/include . 6INCLUDEPATH += $(OPIEDIR)/include .
7DESTDIR = $(QTDIR)/lib$(PROJMAK) 7DESTDIR = $(QTDIR)/lib$(PROJMAK)
8LIBS += -lopie 8LIBS += -lopie
9#VERSION = 0.0.0 9#VERSION = 0.0.0
10
11
12TRANSLATIONS = ../../../../i18n/de/libopietooth.ts
13TRANSLATIONS += ../../../../i18n/en/libopietooth.ts
14TRANSLATIONS += ../../../../i18n/es/libopietooth.ts
15TRANSLATIONS += ../../../../i18n/fr/libopietooth.ts
16TRANSLATIONS += ../../../../i18n/hu/libopietooth.ts
17TRANSLATIONS += ../../../../i18n/ja/libopietooth.ts
18TRANSLATIONS += ../../../../i18n/ko/libopietooth.ts
19TRANSLATIONS += ../../../../i18n/no/libopietooth.ts
20TRANSLATIONS += ../../../../i18n/pl/libopietooth.ts
21TRANSLATIONS += ../../../../i18n/pt/libopietooth.ts
22TRANSLATIONS += ../../../../i18n/pt_BR/libopietooth.ts
23TRANSLATIONS += ../../../../i18n/sl/libopietooth.ts
24TRANSLATIONS += ../../../../i18n/zh_CN/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 3754869..9b54cd0 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -1,12 +1,29 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on debug 2CONFIG = qt warn_on debug
3#CONFIG = qt warn_on release 3#CONFIG = qt warn_on release
4HEADERS = bluebase.h scandialog.h btlistitem.h 4HEADERS = bluebase.h scandialog.h btlistitem.h
5SOURCES = main.cpp bluebase.cpp scandialog.cpp btlistitem.cpp 5SOURCES = main.cpp bluebase.cpp scandialog.cpp btlistitem.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib 7INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopietooth -lopie 9LIBS += -lqpe -lopietooth -lopie
10INTERFACES = bluetoothbase.ui devicedialog.ui 10INTERFACES = bluetoothbase.ui devicedialog.ui
11TARGET = $(OPIEDIR)/bin/bluetooth-manager 11TARGET = $(OPIEDIR)/bin/bluetooth-manager
12 12
13
14
15TRANSLATIONS = ../../../../i18n/de/$(OPIEDIR)/bin/bluetooth-manager.ts
16TRANSLATIONS += ../../../../i18n/en/$(OPIEDIR)/bin/bluetooth-manager.ts
17TRANSLATIONS += ../../../../i18n/es/$(OPIEDIR)/bin/bluetooth-manager.ts
18TRANSLATIONS += ../../../../i18n/fr/$(OPIEDIR)/bin/bluetooth-manager.ts
19TRANSLATIONS += ../../../../i18n/hu/$(OPIEDIR)/bin/bluetooth-manager.ts
20TRANSLATIONS += ../../../../i18n/ja/$(OPIEDIR)/bin/bluetooth-manager.ts
21TRANSLATIONS += ../../../../i18n/ko/$(OPIEDIR)/bin/bluetooth-manager.ts
22TRANSLATIONS += ../../../../i18n/no/$(OPIEDIR)/bin/bluetooth-manager.ts
23TRANSLATIONS += ../../../../i18n/pl/$(OPIEDIR)/bin/bluetooth-manager.ts
24TRANSLATIONS += ../../../../i18n/pt/$(OPIEDIR)/bin/bluetooth-manager.ts
25TRANSLATIONS += ../../../../i18n/pt_BR/$(OPIEDIR)/bin/bluetooth-manager.ts
26TRANSLATIONS += ../../../../i18n/sl/$(OPIEDIR)/bin/bluetooth-manager.ts
27TRANSLATIONS += ../../../../i18n/zh_CN/$(OPIEDIR)/bin/bluetooth-manager.ts
28TRANSLATIONS += ../../../../i18n/zh_TW/$(OPIEDIR)/bin/bluetooth-manager.ts
29