summaryrefslogtreecommitdiff
path: root/core/obex/obex.pro
blob: 1f4f486d6b9d787ac7118a2d4a9bc5429d1159d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= lib
CONFIG		+= qt warn_on 
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
LIBS		+= -lqpe -lopiecore2
VERSION		= 0.0.3

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