summaryrefslogtreecommitdiff
path: root/noncore/comm
authorar <ar>2003-12-04 21:16:08 (UTC)
committer ar <ar>2003-12-04 21:16:08 (UTC)
commit956020cd93327d53d72254f00e448f92a5e679a1 (patch) (unidiff)
tree202724f7916d752d2a297c3f28225073748d0794 /noncore/comm
parentc8330ea474bcd2d5359db28786514a5d5cda5fe0 (diff)
downloadopie-956020cd93327d53d72254f00e448f92a5e679a1.zip
opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.gz
opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.bz2
use opie-lupdate instead lupdate
Diffstat (limited to 'noncore/comm') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/keypebble.pro20
-rw-r--r--noncore/comm/mobilemsg/mobilemsg.pro20
2 files changed, 0 insertions, 40 deletions
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index b3cb172..89fb9ed 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -11,45 +11,25 @@ HEADERS = d3des.h \
11 kvncconndlg.h \ 11 kvncconndlg.h \
12 kvncbookmarkdlg.h \ 12 kvncbookmarkdlg.h \
13 vncauth.h 13 vncauth.h
14 SOURCES = d3des.c \ 14 SOURCES = d3des.c \
15 vncauth.c \ 15 vncauth.c \
16 krfbbuffer.cpp \ 16 krfbbuffer.cpp \
17 krfbcanvas.cpp \ 17 krfbcanvas.cpp \
18 krfbconnection.cpp \ 18 krfbconnection.cpp \
19 krfbdecoder.cpp \ 19 krfbdecoder.cpp \
20 krfblogin.cpp \ 20 krfblogin.cpp \
21 krfbserver.cpp \ 21 krfbserver.cpp \
22 kvnc.cpp \ 22 kvnc.cpp \
23 kvncconndlg.cpp \ 23 kvncconndlg.cpp \
24 kvncbookmarkdlg.cpp \ 24 kvncbookmarkdlg.cpp \
25 main.cpp 25 main.cpp
26 INTERFACES= kvncconndlgbase.ui \ 26 INTERFACES= kvncconndlgbase.ui \
27 kvncbookmarkdlgbase.ui 27 kvncbookmarkdlgbase.ui
28 28
29INCLUDEPATH += $(OPIEDIR)/include 29INCLUDEPATH += $(OPIEDIR)/include
30DEPENDPATH += $(OPIEDIR)/include 30DEPENDPATH += $(OPIEDIR)/include
31LIBS += -lqpe 31LIBS += -lqpe
32 32
33 TARGET = keypebble 33 TARGET = keypebble
34 34
35TRANSLATIONS = ../../../i18n/de/keypebble.ts \
36 ../../../i18n/nl/keypebble.ts \
37 ../../../i18n/da/keypebble.ts \
38 ../../../i18n/xx/keypebble.ts \
39 ../../../i18n/en/keypebble.ts \
40 ../../../i18n/es/keypebble.ts \
41 ../../../i18n/fr/keypebble.ts \
42 ../../../i18n/hu/keypebble.ts \
43 ../../../i18n/ja/keypebble.ts \
44 ../../../i18n/ko/keypebble.ts \
45 ../../../i18n/no/keypebble.ts \
46 ../../../i18n/pl/keypebble.ts \
47 ../../../i18n/pt/keypebble.ts \
48 ../../../i18n/pt_BR/keypebble.ts \
49 ../../../i18n/sl/keypebble.ts \
50 ../../../i18n/zh_CN/keypebble.ts \
51 ../../../i18n/zh_TW/keypebble.ts
52
53
54
55include ( $(OPIEDIR)/include.pro ) 35include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro
index 278e7b2..2de38c4 100644
--- a/noncore/comm/mobilemsg/mobilemsg.pro
+++ b/noncore/comm/mobilemsg/mobilemsg.pro
@@ -1,33 +1,13 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 #CONFIG = qt warn_on debug 2 #CONFIG = qt warn_on debug
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 HEADERS = mobilemsg.h 4 HEADERS = mobilemsg.h
5 SOURCES = main.cpp mobilemsg.cpp 5 SOURCES = main.cpp mobilemsg.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 TARGET = mobilemsg 9 TARGET = mobilemsg
10 DESTDIR = $(OPIEDIR)/bin 10 DESTDIR = $(OPIEDIR)/bin
11 INTERFACES= mobilemsgbase.ui 11 INTERFACES= mobilemsgbase.ui
12 12
13TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \
14 ../../../i18n/nl/mobilemsg.ts \
15 ../../../i18n/da/mobilemsg.ts \
16 ../../../i18n/xx/mobilemsg.ts \
17 ../../../i18n/en/mobilemsg.ts \
18 ../../../i18n/es/mobilemsg.ts \
19 ../../../i18n/fr/mobilemsg.ts \
20 ../../../i18n/hu/mobilemsg.ts \
21 ../../../i18n/ja/mobilemsg.ts \
22 ../../../i18n/ko/mobilemsg.ts \
23 ../../../i18n/no/mobilemsg.ts \
24 ../../../i18n/pl/mobilemsg.ts \
25 ../../../i18n/pt/mobilemsg.ts \
26 ../../../i18n/pt_BR/mobilemsg.ts \
27 ../../../i18n/sl/mobilemsg.ts \
28 ../../../i18n/zh_CN/mobilemsg.ts \
29 ../../../i18n/zh_TW/mobilemsg.ts
30
31
32
33include ( $(OPIEDIR)/include.pro ) 13include ( $(OPIEDIR)/include.pro )