summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/batteryapplet.pro
authormickeyl <mickeyl>2004-03-01 14:31:39 (UTC)
committer mickeyl <mickeyl>2004-03-01 14:31:39 (UTC)
commit2fbfc7e166235805294b932949f9a24b063d2199 (patch) (side-by-side diff)
tree353ef0424c54f6443852863c87cdcbfeee696d1c /core/applets/batteryapplet/batteryapplet.pro
parent3cdec2fe5b3201a121cfbb2352162fe0cbae0a1d (diff)
downloadopie-2fbfc7e166235805294b932949f9a24b063d2199.zip
opie-2fbfc7e166235805294b932949f9a24b063d2199.tar.gz
opie-2fbfc7e166235805294b932949f9a24b063d2199.tar.bz2
libopie1-->libopie2
Diffstat (limited to 'core/applets/batteryapplet/batteryapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index 2076987..d956aa0 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -1,12 +1,12 @@
TEMPLATE = lib
CONFIG += qt plugin warn_on release
-HEADERS = battery.h batterystatus.h batteryappletimpl.h
-SOURCES = battery.cpp batterystatus.cpp batteryappletimpl.cpp
+HEADERS = battery.h batterystatus.h
+SOURCES = battery.cpp batterystatus.cpp
TARGET = batteryapplet
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ..
-LIBS += -lqpe -lopie
+LIBS += -lqpe -lopiecore2
VERSION = 1.0.0
include ( $(OPIEDIR)/include.pro )