summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/applet.pro
blob: 5e8901403abe3d743e10f66751a4c38dfcfd16db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      =  lib
CONFIG        += qt plugin warn_on release
HEADERS       =  bluezapplet.h bluezappletimpl.h
SOURCES       =  bluezapplet.cpp bluezappletimpl.cpp
TARGET        =  bluetoothapplet
DESTDIR       =  $(OPIEDIR)/plugins/applets
INCLUDEPATH   += $(OPIEDIR)/include
INCLUDEPATH   += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH    += $(OPIEDIR)/include
LIBS          += -lqpe -lopietooth
VERSION       = 0.0.3

include ( $(OPIEDIR)/include.pro )