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

include( $(OPIEDIR)/include.pro )