summaryrefslogtreecommitdiff
path: root/core/obex/obex.pro
blob: 6f0e6d158779e64fa4a5eba278aa753adfe4db8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= lib
CONFIG		+= qt warn_on release
HEADERS	=   obex.h obeximpl.h obexhandler.h obexsend.h receiver.h
SOURCES	=   obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp
TARGET		= opieobex
DESTDIR		= $(OPIEDIR)/plugins/obex
INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
DEPENDPATH      += ../$(OPIEDIR)/include
LIBS            += -lqpe -lopie
VERSION		= 0.0.2

include ( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets