summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/keypebble.pro') (more/less context) (show 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,8 +1,6 @@
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 \
8 krfbcanvas.h \ 6 krfbcanvas.h \
@@ -16,7 +14,6 @@ HEADERS = d3des.h \
16 kvncoptionsdlg.h \ 14 kvncoptionsdlg.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 \
22 krfbbuffer.cpp \ 19 krfbbuffer.cpp \
@@ -31,25 +28,21 @@ SOURCES = d3des.c \
31 main.cpp 28 main.cpp
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