author | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
commit | 9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (side-by-side diff) | |
tree | 1d2d0eb0372f32e682fe139b3e89882f381dc0db /core/pim | |
parent | 216efd1cb2210211816b865b5574866e598bf3bd (diff) | |
download | opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2 |
i18n for new buildsystem :)
-rw-r--r-- | core/pim/addressbook/addressbook.pro | 4 | ||||
-rw-r--r-- | core/pim/datebook/datebook.pro | 4 | ||||
-rw-r--r-- | core/pim/today/plugins/addressbook/addressbook.pro | 4 | ||||
-rw-r--r-- | core/pim/today/plugins/datebook/datebook.pro | 5 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/mail.pro | 5 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/todolist.pro | 5 | ||||
-rw-r--r-- | core/pim/today/today.pro | 4 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 4 |
8 files changed, 32 insertions, 3 deletions
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 742eb69..5003b35 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro @@ -46,3 +46,7 @@ TRANSLATIONS = ../../../i18n/de/addressbook.ts \ ../../../i18n/zh_CN/addressbook.ts \ ../../../i18n/it/addressbook.ts \ ../../../i18n/zh_TW/addressbook.ts + + + +include ( ../../../include.pro ) diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index f61e19a..da33bfe 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -56,3 +56,7 @@ TRANSLATIONS = ../../../i18n/de/datebook.ts \ ../../../i18n/it/datebook.ts \ ../../../i18n/zh_TW/datebook.ts \ ../../../i18n/da/datebook.ts + + + +include ( ../../../include.pro ) 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 DESTDIR = $(OPIEDIR)/plugins/today TARGET = todayaddressbookplugin + + + +include ( ../../../../../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 \ LIBS+= -lqpe -lopie DESTDIR = $(OPIEDIR)/plugins/today -TARGET = todaydatebookplugin
\ No newline at end of file +TARGET = todaydatebookplugin + + +include ( ../../../../../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 \ LIBS+= -lqpe -lopie DESTDIR = $(OPIEDIR)/plugins/today -TARGET = todaymailplugin
\ No newline at end of file +TARGET = todaymailplugin + + +include ( ../../../../../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 \ LIBS+= -lqpe -lopie DESTDIR = $(OPIEDIR)/plugins/today -TARGET = todaytodolistplugin
\ No newline at end of file +TARGET = todaytodolistplugin + + +include ( ../../../../../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 \ ../../../i18n/zh_TW/today.ts \ ../../../i18n/it/today.ts \ ../../../i18n/da/today.ts + + + +include ( ../../../include.pro ) diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 7f47b06..12b6a48 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -62,3 +62,7 @@ TRANSLATIONS = ../../../i18n/de/todolist.ts \ ../../../i18n/sl/todolist.ts \ ../../../i18n/zh_CN/todolist.ts \ ../../../i18n/zh_TW/todolist.ts + + + +include ( ../../../include.pro ) |