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

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