summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.pro
Side-by-side diff
Diffstat (limited to 'core/applets/obex/obex.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obex.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
new file mode 100644
index 0000000..ce07ac9
--- a/dev/null
+++ b/core/applets/obex/obex.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = kprocess.h kprocctrl.h obex.h
+SOURCES = kprocess.cpp kprocctrl.cpp obex.cc
+TARGET = obex
+DESTDIR = ../../plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += ../$(OPIEDIR)/include
+LIBS += -lqpe
+VERSION = 0.0.1
+