summaryrefslogtreecommitdiff
path: root/core/obex/obex.pro
Side-by-side diff
Diffstat (limited to 'core/obex/obex.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obex.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/obex/obex.pro b/core/obex/obex.pro
index 4e72bc4..1f4f486 100644
--- a/core/obex/obex.pro
+++ b/core/obex/obex.pro
@@ -1,13 +1,13 @@
TEMPLATE = lib
CONFIG += qt warn_on
-HEADERS = obex.h obexhandler.h obexsend.h receiver.h obeximpl.h
-SOURCES = obex.cc obexsend.cpp obexhandler.cpp receiver.cpp obeximpl.cpp
+HEADERS = btobex.h obexhandler.h receiver.h obeximpl.h
+SOURCES = btobex.cpp obexhandler.cpp receiver.cpp obeximpl.cpp
TARGET = opieobex
DESTDIR = $(OPIEDIR)/plugins/obex
+INTERFACES = obexsendbase.ui
INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
-DEPENDPATH +=
-LIBS += -lqpe -lopiecore2
-VERSION = 0.0.2
+LIBS += -lqpe -lopiecore2
+VERSION = 0.0.3
include( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets