summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
Unidiff
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,6 +1,4 @@
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 \
@@ -18,3 +16,2 @@ HEADERS = d3des.h \
18 vncauth.h 16 vncauth.h
19
20 SOURCES = d3des.c \ 17 SOURCES = d3des.c \
@@ -33,3 +30,2 @@ INTERFACES = vncoptionsbase.ui
33TARGET = keypebble 30TARGET = keypebble
34
35INCLUDEPATH += $(OPIEDIR)/include 31INCLUDEPATH += $(OPIEDIR)/include
@@ -38,18 +34,15 @@ LIBS += -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