summaryrefslogtreecommitdiff
path: root/core/obex/obex.pro
blob: 2c2f38c2196c5102615a1278ad8529465446eda2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
TARGET		= opieobex
DESTDIR		= $(OPIEDIR)/plugins/obex
INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
DEPENDPATH      += 
LIBS            += -lqpe -lopiecore2
VERSION		= 0.0.2

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