summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
Side-by-side diff
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 @@
+TEMPLATE = app
+
+CONFIG += qt warn_on release
+DESTDIR = ../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 += $(QPEDIR)/include
+DEPENDPATH += $(QPEDIR)/include
+LIBS += -lqpe
+