summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/batteryapplet.pro
blob: 51eb101fdb8250649b3d9e7dc6ec55c0e8c0568b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= lib
CONFIG		+= qt plugin warn_on 
HEADERS	=   battery.h batterystatus.h
SOURCES	=   battery.cpp batterystatus.cpp
TARGET		= batteryapplet
DESTDIR		= $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += ../$(OPIEDIR)/include ..
LIBS            += -lqpe -lopiecore2
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets