summaryrefslogtreecommitdiff
path: root/noncore/net/opierdesktop/opierdesktop.pro
Unidiff
Diffstat (limited to 'noncore/net/opierdesktop/opierdesktop.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opierdesktop/opierdesktop.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/noncore/net/opierdesktop/opierdesktop.pro b/noncore/net/opierdesktop/opierdesktop.pro
new file mode 100644
index 0000000..7704855
--- a/dev/null
+++ b/noncore/net/opierdesktop/opierdesktop.pro
@@ -0,0 +1,26 @@
1TEMPLATE = app
2DESTDIR = $(OPIEDIR)/bin
3CONFIG = qt warn_on debug
4
5HEADERS += constants.h orders.h parse.h proto.h qtwin.h rdesktop.h types.h
6SOURCES += bitmap.cpp \
7 cache.cpp \
8 iso.cpp \
9 licence.cpp \
10 mcs.cpp \
11 orders.cpp \
12 qtwin.cpp \
13 rdesktop.cpp \
14 rdp.cpp \
15 secure.cpp \
16 tcp.cpp
17
18INCLUDEPATH += $(OPIEDIR)/include
19DEPENDPATH += $(OPIEDIR)/include
20LIBS += -lqpe -lm -lcrypto
21INTERFACES =
22TARGET = ordesktop
23QMAKE_CXXFLAGS += -DSHARP=1 -DWITH_OPENSSL=1
24
25include ( $(OPIEDIR)/include.pro )
26