summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/lib.pro
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/lib/lib.pro
parent6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff)
downloadopie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2
Fix TRANSLATIONS
Diffstat (limited to 'noncore/net/opietooth/lib/lib.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/lib.pro17
1 files changed, 17 insertions, 0 deletions
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