summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
blob: ff920907ea37a2ffdf9edf667e5929add5d13220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
TEMPLATE        = app

CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/bin

HEADERS		= d3des.h \
		  krfbbuffer.h \
		  krfbcanvas.h \
		  krfbconnection.h \
		  krfbdecoder.h \
		  krfblogin.h \
		  krfboptions.h \
		  krfbserverinfo.h \
		  kvnc.h \
		  kvncconnectdlg.h \
		  kvncoptionsdlg.h \
		  version.h \
		  vncauth.h

SOURCES		= d3des.c \
		  vncauth.c \
		  krfbbuffer.cpp \
		  krfbcanvas.cpp \
		  krfbconnection.cpp \
		  krfbdecoder.cpp \
		  krfblogin.cpp \
		  krfboptions.cpp \
		  kvnc.cpp \
		  kvncconnectdlg.cpp \
		  kvncoptionsdlg.cpp \
		  main.cpp
INTERFACES	= vncoptionsbase.ui
TARGET          = keypebble

INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe



TRANSLATIONS = ../../../i18n/de/keypebble.ts
TRANSLATIONS += ../../../i18n/en/keypebble.ts
TRANSLATIONS += ../../../i18n/es/keypebble.ts
TRANSLATIONS += ../../../i18n/fr/keypebble.ts
TRANSLATIONS += ../../../i18n/hu/keypebble.ts
TRANSLATIONS += ../../../i18n/ja/keypebble.ts
TRANSLATIONS += ../../../i18n/ko/keypebble.ts
TRANSLATIONS += ../../../i18n/no/keypebble.ts
TRANSLATIONS += ../../../i18n/pl/keypebble.ts
TRANSLATIONS += ../../../i18n/pt/keypebble.ts
TRANSLATIONS += ../../../i18n/pt_BR/keypebble.ts
TRANSLATIONS += ../../../i18n/sl/keypebble.ts
TRANSLATIONS += ../../../i18n/zh_CN/keypebble.ts
TRANSLATIONS += ../../../i18n/zh_TW/keypebble.ts