summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.pro
Unidiff
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 @@
1 TEMPLATE= lib
2 CONFIG += qt warn_on release
3 HEADERS= kprocess.h kprocctrl.h obex.h
4 SOURCES= kprocess.cpp kprocctrl.cpp obex.cc
5 TARGET = obex
6 DESTDIR = ../../plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe
10 VERSION = 0.0.1
11