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.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
index 72ad78f..6915737 100644
--- a/core/applets/obex/obex.pro
+++ b/core/applets/obex/obex.pro
@@ -2,10 +2,11 @@ TEMPLATE = lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= obex.h obeximpl.h 3 HEADERS= obex.h obeximpl.h
4 SOURCES= obex.cc obeximpl.cc 4 SOURCES= obex.cc obeximpl.cc
5 TARGET = obex 5 TARGET = opieobex
6 DESTDIR = ../../plugins/obex 6 DESTDIR = ../../plugins/obex
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9INTERFACES = obexinc.ui obexdlg.ui
9LIBS += -lqpe -lopie 10LIBS += -lqpe -lopie
10 VERSION = 0.0.1 11 VERSION = 0.0.1
11 12