summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/lib.pro
blob: 08d79ea00806f558bf38ac7cd00af33f68daa1de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE        = lib
CONFIG          += qte warn_on 
HEADERS 	= connection.h parser.h device.h manager.h remotedevice.h services.h \
                  startpanconnection.h startdunconnection.h obexpush.h \
                  bt-serial.h forwarder.h devicehandler.h
SOURCES		= connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc \
                  startpanconnection.cpp startdunconnection.cpp obexpush.cpp \
                  bt-serial.c forwarder.cc devicehandler.cpp
		  
TARGET		= opietooth1
INCLUDEPATH += $(OPIEDIR)/include .
DESTDIR		= $(OPIEDIR)/lib
LIBS += -lopiecore2

include( $(OPIEDIR)/include.pro )