summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/comm/keypebble/keypebble.pro
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/comm/keypebble/keypebble.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/keypebble.pro35
1 files changed, 14 insertions, 21 deletions
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index ff92090..1b392af 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -1,7 +1,5 @@
1TEMPLATE = app 1TEMPLATE = app
2
3CONFIG += qt warn_on release 2CONFIG += qt warn_on release
4DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
5
6 HEADERS = d3des.h \ 4 HEADERS = d3des.h \
7 krfbbuffer.h \ 5 krfbbuffer.h \
@@ -17,5 +15,4 @@ HEADERS = d3des.h \
17 version.h \ 15 version.h \
18 vncauth.h 16 vncauth.h
19
20 SOURCES = d3des.c \ 17 SOURCES = d3des.c \
21 vncauth.c \ 18 vncauth.c \
@@ -32,24 +29,20 @@ SOURCES = d3des.c \
32 INTERFACES= vncoptionsbase.ui 29 INTERFACES= vncoptionsbase.ui
33TARGET = keypebble 30TARGET = keypebble
34
35INCLUDEPATH += $(OPIEDIR)/include 31INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 32DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe 33LIBS += -lqpe
38 34
39 35TRANSLATIONS = ../../../i18n/de/keypebble.ts \
40 36 ../../../i18n/en/keypebble.ts \
41TRANSLATIONS = ../../../i18n/de/keypebble.ts 37 ../../../i18n/es/keypebble.ts \
42TRANSLATIONS += ../../../i18n/en/keypebble.ts 38 ../../../i18n/fr/keypebble.ts \
43TRANSLATIONS += ../../../i18n/es/keypebble.ts 39 ../../../i18n/hu/keypebble.ts \
44TRANSLATIONS += ../../../i18n/fr/keypebble.ts 40 ../../../i18n/ja/keypebble.ts \
45TRANSLATIONS += ../../../i18n/hu/keypebble.ts 41 ../../../i18n/ko/keypebble.ts \
46TRANSLATIONS += ../../../i18n/ja/keypebble.ts 42 ../../../i18n/no/keypebble.ts \
47TRANSLATIONS += ../../../i18n/ko/keypebble.ts 43 ../../../i18n/pl/keypebble.ts \
48TRANSLATIONS += ../../../i18n/no/keypebble.ts 44 ../../../i18n/pt/keypebble.ts \
49TRANSLATIONS += ../../../i18n/pl/keypebble.ts 45 ../../../i18n/pt_BR/keypebble.ts \
50TRANSLATIONS += ../../../i18n/pt/keypebble.ts 46 ../../../i18n/sl/keypebble.ts \
51TRANSLATIONS += ../../../i18n/pt_BR/keypebble.ts 47 ../../../i18n/zh_CN/keypebble.ts \
52TRANSLATIONS += ../../../i18n/sl/keypebble.ts 48 ../../../i18n/zh_TW/keypebble.ts
53TRANSLATIONS += ../../../i18n/zh_CN/keypebble.ts
54TRANSLATIONS += ../../../i18n/zh_TW/keypebble.ts
55