summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/batteryapplet.pro
authorcniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
committer cniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
commit932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (unidiff)
treea5afe4e516117c204af1a7fae6c6b5da4e2fe833 /core/applets/batteryapplet/batteryapplet.pro
parentf3c439fa534832eec214e1779c7f7040a3325a2c (diff)
downloadopie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2
This add .pt and .es to all .pro
Diffstat (limited to 'core/applets/batteryapplet/batteryapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index eea429c..9cf7556 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -1,20 +1,22 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= battery.h batterystatus.h batteryappletimpl.h 3 HEADERS= battery.h batterystatus.h batteryappletimpl.h
4 SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp 4 SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp
5 TARGET = batteryapplet 5 TARGET = batteryapplet
6 DESTDIR = ../../plugins/applets 6 DESTDIR = ../../plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include .. 8DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts 12TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts
13TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts
14TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts
14TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts 16TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts
15TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts 17TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts
16TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts 18TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts
17TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts 19TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts
18TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts 20TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts
19TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts 21TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts
20TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts 22TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts