summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/keypebble.pro
authorkergoth <kergoth>2002-01-25 22:14:26 (UTC)
committer kergoth <kergoth>2002-01-25 22:14:26 (UTC)
commit15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff)
treec2fa0399a2c47fda8e2cd0092c73a809d17f68eb /noncore/comm/keypebble/keypebble.pro
downloadopie-15318cad33835e4e2dc620d033e43cd930676cdd.zip
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2
Initial revision
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