summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/batteryapplet.pro
Side-by-side diff
Diffstat (limited to 'core/applets/batteryapplet/batteryapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
new file mode 100644
index 0000000..fa0fca8
--- a/dev/null
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = battery.h batterystatus.h batteryappletimpl.h
+SOURCES = battery.cpp batterystatus.cpp batteryappletimpl.cpp
+TARGET = batteryapplet
+DESTDIR = ../../plugins/applets
+INCLUDEPATH += $(QPEDIR)/include
+DEPENDPATH += ../$(QPEDIR)/include ..
+LIBS += -lqpe
+VERSION = 1.0.0
+
+TRANSLATIONS += ../../i18n/de/libbatteryapplet.ts