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.pro38
1 files changed, 38 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
new file mode 100644
index 0000000..6b11801
--- a/dev/null
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -0,0 +1,38 @@
1TEMPLATE = app
2
3CONFIG += qt warn_on release
4DESTDIR = ../bin
5
6 HEADERS = d3des.h \
7 krfbbuffer.h \
8 krfbcanvas.h \
9 krfbconnection.h \
10 krfbdecoder.h \
11 krfblogin.h \
12 krfboptions.h \
13 krfbserverinfo.h \
14 kvnc.h \
15 kvncconnectdlg.h \
16 kvncoptionsdlg.h \
17 version.h \
18 vncauth.h
19
20 SOURCES = d3des.c \
21 vncauth.c \
22 krfbbuffer.cpp \
23 krfbcanvas.cpp \
24 krfbconnection.cpp \
25 krfbdecoder.cpp \
26 krfblogin.cpp \
27 krfboptions.cpp \
28 kvnc.cpp \
29 kvncconnectdlg.cpp \
30 kvncoptionsdlg.cpp \
31 main.cpp
32 INTERFACES= vncoptionsbase.ui
33TARGET = keypebble
34
35INCLUDEPATH += $(QPEDIR)/include
36DEPENDPATH += $(QPEDIR)/include
37LIBS += -lqpe
38