summaryrefslogtreecommitdiff
path: root/core/qws/qws.pro
Side-by-side diff
Diffstat (limited to 'core/qws/qws.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/qws/qws.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/qws/qws.pro b/core/qws/qws.pro
new file mode 100644
index 0000000..5656a59
--- a/dev/null
+++ b/core/qws/qws.pro
@@ -0,0 +1,20 @@
+TEMPLATE = app
+CONFIG = qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+
+HEADERS = \
+ transferserver.h \
+ qcopbridge.h \
+ oqwsserver.h
+SOURCES = \
+ main.cpp \
+ transferserver.cpp \
+ qcopbridge.cpp \
+ oqwsserver.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include .
+TARGET = op-qws
+LIBS += -lqpe -lopie
+
+include ( $(OPIEDIR)/include.pro )