summaryrefslogtreecommitdiff
path: root/noncore/net/opierdesktop/opierdesktop.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/opierdesktop/opierdesktop.pro') (more/less context) (ignore 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 @@
+TEMPLATE = app
+DESTDIR = $(OPIEDIR)/bin
+CONFIG = qt warn_on debug
+
+HEADERS += constants.h orders.h parse.h proto.h qtwin.h rdesktop.h types.h
+SOURCES += bitmap.cpp \
+ cache.cpp \
+ iso.cpp \
+ licence.cpp \
+ mcs.cpp \
+ orders.cpp \
+ qtwin.cpp \
+ rdesktop.cpp \
+ rdp.cpp \
+ secure.cpp \
+ tcp.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lm -lcrypto
+INTERFACES =
+TARGET = ordesktop
+QMAKE_CXXFLAGS += -DSHARP=1 -DWITH_OPENSSL=1
+
+include ( $(OPIEDIR)/include.pro )
+