summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
blob: 2c4ddbbb7015aae0a016d7ee88ed31bab6af9473 (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
TEMPLATE        = app
CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/bin
HEADERS		= d3des.h \
		  krfbbuffer.h \
		  krfbcanvas.h \
		  krfbconnection.h \
		  krfbdecoder.h \
		  krfblogin.h \
		  krfbserver.h \
		  krfbserverinfo.h \
		  kvnc.h \
		  kvncconndlg.h \
		  kvncbookmarkdlg.h \
		  version.h \
		  vncauth.h
SOURCES		= d3des.c \
		  vncauth.c \
		  krfbbuffer.cpp \
		  krfbcanvas.cpp \
		  krfbconnection.cpp \
		  krfbdecoder.cpp \
		  krfblogin.cpp \
		  krfbserver.cpp \
		  kvnc.cpp \
		  kvncconndlg.cpp \
		  kvncbookmarkdlg.cpp \
		  main.cpp
INTERFACES	= kvncconndlgbase.ui \
						kvncbookmarkdlgbase.ui
TARGET          = keypebble
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe

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