summaryrefslogtreecommitdiff
path: root/core/obex/obex.pro
blob: 33cb957f9b2386eddb57b29ba5e33321fc297d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE	= lib
CONFIG		+= qt warn_on 
HEADERS	=   obex.h btobex.h obexhandler.h obexsend.h receiver.h obeximpl.h
SOURCES	=   obex.cpp btobex.cpp obexsend.cpp obexhandler.cpp receiver.cpp obeximpl.cpp
TARGET		= opieobex
DESTDIR		= $(OPIEDIR)/plugins/obex
INTERFACES  = obexsendbase.ui
INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH  += 
LIBS        += -lopietooth1 -lqpe -lopiecore2 
VERSION		= 0.0.3

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