summaryrefslogtreecommitdiff
path: root/core/pim/today
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /core/pim/today
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'core/pim/today') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addressbook.pro4
-rw-r--r--core/pim/today/plugins/datebook/datebook.pro5
-rw-r--r--core/pim/today/plugins/mail/mail.pro5
-rw-r--r--core/pim/today/plugins/todolist/todolist.pro5
-rw-r--r--core/pim/today/today.pro4
5 files changed, 20 insertions, 3 deletions
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro
index 5d971e8..abe5a50 100644
--- a/core/pim/today/plugins/addressbook/addressbook.pro
+++ b/core/pim/today/plugins/addressbook/addressbook.pro
@@ -17,3 +17,7 @@ LIBS+= -lqpe -lopie
17 17
18DESTDIR = $(OPIEDIR)/plugins/today 18DESTDIR = $(OPIEDIR)/plugins/today
19TARGET = todayaddressbookplugin 19TARGET = todayaddressbookplugin
20
21
22
23include ( ../../../../../include.pro )
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro
index 0bbdb77..d093ac1 100644
--- a/core/pim/today/plugins/datebook/datebook.pro
+++ b/core/pim/today/plugins/datebook/datebook.pro
@@ -15,4 +15,7 @@ DEPENDPATH += $(OPIEDIR)/include \
15LIBS+= -lqpe -lopie 15LIBS+= -lqpe -lopie
16 16
17DESTDIR = $(OPIEDIR)/plugins/today 17DESTDIR = $(OPIEDIR)/plugins/today
18TARGET = todaydatebookplugin \ No newline at end of file 18TARGET = todaydatebookplugin
19
20
21include ( ../../../../../include.pro )
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro
index 467e1d8..ef00c41 100644
--- a/core/pim/today/plugins/mail/mail.pro
+++ b/core/pim/today/plugins/mail/mail.pro
@@ -14,4 +14,7 @@ DEPENDPATH += $(OPIEDIR)/include \
14LIBS+= -lqpe -lopie 14LIBS+= -lqpe -lopie
15 15
16DESTDIR = $(OPIEDIR)/plugins/today 16DESTDIR = $(OPIEDIR)/plugins/today
17TARGET = todaymailplugin \ No newline at end of file 17TARGET = todaymailplugin
18
19
20include ( ../../../../../include.pro )
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro
index 38db406..f3aeb52 100644
--- a/core/pim/today/plugins/todolist/todolist.pro
+++ b/core/pim/today/plugins/todolist/todolist.pro
@@ -16,4 +16,7 @@ DEPENDPATH += $(OPIEDIR)/include \
16LIBS+= -lqpe -lopie 16LIBS+= -lqpe -lopie
17 17
18DESTDIR = $(OPIEDIR)/plugins/today 18DESTDIR = $(OPIEDIR)/plugins/today
19TARGET = todaytodolistplugin \ No newline at end of file 19TARGET = todaytodolistplugin
20
21
22include ( ../../../../../include.pro )
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 1fa8c94..12807eb 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -27,3 +27,7 @@ TRANSLATIONS = ../../../i18n/de/today.ts \
27 ../../../i18n/zh_TW/today.ts \ 27 ../../../i18n/zh_TW/today.ts \
28 ../../../i18n/it/today.ts \ 28 ../../../i18n/it/today.ts \
29 ../../../i18n/da/today.ts 29 ../../../i18n/da/today.ts
30
31
32
33include ( ../../../include.pro )