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

include( $(OPIEDIR)/include.pro )