summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
blob: 90422c80074a3bd07a7d6d3f1691e8fee0ad3763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      =  lib
CONFIG        += qt plugin warn_on 
HEADERS       =  opietoothapplet.h opietoothappletimpl.h
SOURCES       =  opietoothapplet.cpp opietoothappletimpl.cpp
TARGET        =  opietooth2applet
DESTDIR       =  $(OPIEDIR)/plugins/applets
INCLUDEPATH   += $(OPIEDIR)/include ../opietooth2
DEPENDPATH    += $(OPIEDIR)/include ../opietooth2
LIBS          += -lqpe -lopietooth2
VERSION       = 0.0.3

include ( $(OPIEDIR)/include.pro )