summaryrefslogtreecommitdiff
path: root/core/pim
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
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.pro4
-rw-r--r--core/pim/datebook/datebook.pro4
-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
-rw-r--r--core/pim/todo/todo.pro4
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
@@ -25,24 +25,28 @@ SOURCES = main.cpp \
25 25
26 INTERFACES= configdlg_base.ui 26 INTERFACES= configdlg_base.ui
27 TARGET = addressbook 27 TARGET = addressbook
28INCLUDEPATH += $(OPIEDIR)/include 28INCLUDEPATH += $(OPIEDIR)/include
29 DEPENDPATH+= $(OPIEDIR)/include 29 DEPENDPATH+= $(OPIEDIR)/include
30LIBS += -lqpe -lopie 30LIBS += -lqpe -lopie
31 31
32TRANSLATIONS = ../../../i18n/de/addressbook.ts \ 32TRANSLATIONS = ../../../i18n/de/addressbook.ts \
33 ../../../i18n/da/addressbook.ts \ 33 ../../../i18n/da/addressbook.ts \
34 ../../../i18n/xx/addressbook.ts \ 34 ../../../i18n/xx/addressbook.ts \
35 ../../../i18n/en/addressbook.ts \ 35 ../../../i18n/en/addressbook.ts \
36 ../../../i18n/es/addressbook.ts \ 36 ../../../i18n/es/addressbook.ts \
37 ../../../i18n/fr/addressbook.ts \ 37 ../../../i18n/fr/addressbook.ts \
38 ../../../i18n/hu/addressbook.ts \ 38 ../../../i18n/hu/addressbook.ts \
39 ../../../i18n/ja/addressbook.ts \ 39 ../../../i18n/ja/addressbook.ts \
40 ../../../i18n/ko/addressbook.ts \ 40 ../../../i18n/ko/addressbook.ts \
41 ../../../i18n/no/addressbook.ts \ 41 ../../../i18n/no/addressbook.ts \
42 ../../../i18n/pl/addressbook.ts \ 42 ../../../i18n/pl/addressbook.ts \
43 ../../../i18n/pt/addressbook.ts \ 43 ../../../i18n/pt/addressbook.ts \
44 ../../../i18n/pt_BR/addressbook.ts \ 44 ../../../i18n/pt_BR/addressbook.ts \
45 ../../../i18n/sl/addressbook.ts \ 45 ../../../i18n/sl/addressbook.ts \
46 ../../../i18n/zh_CN/addressbook.ts \ 46 ../../../i18n/zh_CN/addressbook.ts \
47 ../../../i18n/it/addressbook.ts \ 47 ../../../i18n/it/addressbook.ts \
48 ../../../i18n/zh_TW/addressbook.ts 48 ../../../i18n/zh_TW/addressbook.ts
49
50
51
52include ( ../../../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
@@ -35,24 +35,28 @@ INTERFACES = dateentry.ui \
35 datebooksettingsbase.ui \ 35 datebooksettingsbase.ui \
36 noteentry.ui 36 noteentry.ui
37INCLUDEPATH += $(OPIEDIR)/include 37INCLUDEPATH += $(OPIEDIR)/include
38 DEPENDPATH+= $(OPIEDIR)/include 38 DEPENDPATH+= $(OPIEDIR)/include
39LIBS += -lqpe -lopie 39LIBS += -lqpe -lopie
40 TARGET = datebook 40 TARGET = datebook
41 41
42TRANSLATIONS = ../../../i18n/de/datebook.ts \ 42TRANSLATIONS = ../../../i18n/de/datebook.ts \
43 ../../../i18n/xx/datebook.ts \ 43 ../../../i18n/xx/datebook.ts \
44 ../../../i18n/en/datebook.ts \ 44 ../../../i18n/en/datebook.ts \
45 ../../../i18n/es/datebook.ts \ 45 ../../../i18n/es/datebook.ts \
46 ../../../i18n/fr/datebook.ts \ 46 ../../../i18n/fr/datebook.ts \
47 ../../../i18n/hu/datebook.ts \ 47 ../../../i18n/hu/datebook.ts \
48 ../../../i18n/ja/datebook.ts \ 48 ../../../i18n/ja/datebook.ts \
49 ../../../i18n/ko/datebook.ts \ 49 ../../../i18n/ko/datebook.ts \
50 ../../../i18n/no/datebook.ts \ 50 ../../../i18n/no/datebook.ts \
51 ../../../i18n/pl/datebook.ts \ 51 ../../../i18n/pl/datebook.ts \
52 ../../../i18n/pt/datebook.ts \ 52 ../../../i18n/pt/datebook.ts \
53 ../../../i18n/pt_BR/datebook.ts \ 53 ../../../i18n/pt_BR/datebook.ts \
54 ../../../i18n/sl/datebook.ts \ 54 ../../../i18n/sl/datebook.ts \
55 ../../../i18n/zh_CN/datebook.ts \ 55 ../../../i18n/zh_CN/datebook.ts \
56 ../../../i18n/it/datebook.ts \ 56 ../../../i18n/it/datebook.ts \
57 ../../../i18n/zh_TW/datebook.ts \ 57 ../../../i18n/zh_TW/datebook.ts \
58 ../../../i18n/da/datebook.ts 58 ../../../i18n/da/datebook.ts
59
60
61
62include ( ../../../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
@@ -1,19 +1,23 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4 4
5# Input 5# Input
6HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ 6HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \
7 addresspluginwidget.h 7 addresspluginwidget.h
8SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ 8SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \
9 addresspluginwidget.cpp 9 addresspluginwidget.cpp
10 10
11INCLUDEPATH += $(OPIEDIR)/include \ 11INCLUDEPATH += $(OPIEDIR)/include \
12 ../ ../library 12 ../ ../library
13DEPENDPATH += $(OPIEDIR)/include \ 13DEPENDPATH += $(OPIEDIR)/include \
14 ../ ../library 14 ../ ../library
15 15
16LIBS+= -lqpe -lopie 16LIBS+= -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
@@ -1,18 +1,21 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4# Input 4# Input
5HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ 5HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \
6 datebookevent.h datebookpluginwidget.h 6 datebookevent.h datebookpluginwidget.h
7SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ 7SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \
8 datebookevent.cpp datebookpluginwidget.cpp 8 datebookevent.cpp datebookpluginwidget.cpp
9 9
10INCLUDEPATH += $(OPIEDIR)/include \ 10INCLUDEPATH += $(OPIEDIR)/include \
11 ../ ../library 11 ../ ../library
12DEPENDPATH += $(OPIEDIR)/include \ 12DEPENDPATH += $(OPIEDIR)/include \
13 ../ ../library 13 ../ ../library
14 14
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
@@ -1,17 +1,20 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4 4
5# Input 5# Input
6HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h 6HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h
7SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp 7SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp
8 8
9INCLUDEPATH += $(OPIEDIR)/include \ 9INCLUDEPATH += $(OPIEDIR)/include \
10 ../ ../library 10 ../ ../library
11DEPENDPATH += $(OPIEDIR)/include \ 11DEPENDPATH += $(OPIEDIR)/include \
12 ../ ../library 12 ../ ../library
13 13
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
@@ -1,19 +1,22 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4 4
5# Input 5# Input
6HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ 6HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \
7 todopluginwidget.h 7 todopluginwidget.h
8SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ 8SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \
9 todopluginwidget.cpp 9 todopluginwidget.cpp
10 10
11INCLUDEPATH += $(OPIEDIR)/include \ 11INCLUDEPATH += $(OPIEDIR)/include \
12 ../ ../library 12 ../ ../library
13DEPENDPATH += $(OPIEDIR)/include \ 13DEPENDPATH += $(OPIEDIR)/include \
14 ../ ../library 14 ../ ../library
15 15
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
@@ -6,24 +6,28 @@ SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe -lopie 8LIBS += -lqpe -lopie
9 INTERFACES= 9 INTERFACES=
10 TARGET = today 10 TARGET = today
11 DESTDIR = $(OPIEDIR)/bin 11 DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../../i18n/de/today.ts \ 13TRANSLATIONS = ../../../i18n/de/today.ts \
14 ../../../i18n/xx/today.ts \ 14 ../../../i18n/xx/today.ts \
15 ../../../i18n/en/today.ts \ 15 ../../../i18n/en/today.ts \
16 ../../../i18n/es/today.ts \ 16 ../../../i18n/es/today.ts \
17 ../../../i18n/fr/today.ts \ 17 ../../../i18n/fr/today.ts \
18 ../../../i18n/hu/today.ts \ 18 ../../../i18n/hu/today.ts \
19 ../../../i18n/ja/today.ts \ 19 ../../../i18n/ja/today.ts \
20 ../../../i18n/ko/today.ts \ 20 ../../../i18n/ko/today.ts \
21 ../../../i18n/no/today.ts \ 21 ../../../i18n/no/today.ts \
22 ../../../i18n/pl/today.ts \ 22 ../../../i18n/pl/today.ts \
23 ../../../i18n/pt/today.ts \ 23 ../../../i18n/pt/today.ts \
24 ../../../i18n/pt_BR/today.ts \ 24 ../../../i18n/pt_BR/today.ts \
25 ../../../i18n/sl/today.ts \ 25 ../../../i18n/sl/today.ts \
26 ../../../i18n/zh_CN/today.ts \ 26 ../../../i18n/zh_CN/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 )
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
@@ -41,24 +41,28 @@ SOURCES = smalltodo.cpp \
41 taskeditorstatus.cpp \ 41 taskeditorstatus.cpp \
42 taskeditoralarms.cpp 42 taskeditoralarms.cpp
43 43
44 TARGET = todolist 44 TARGET = todolist
45INCLUDEPATH += $(OPIEDIR)/include 45INCLUDEPATH += $(OPIEDIR)/include
46 DEPENDPATH+= $(OPIEDIR)/include 46 DEPENDPATH+= $(OPIEDIR)/include
47LIBS += -lqpe -lopie 47LIBS += -lqpe -lopie
48 48
49TRANSLATIONS = ../../../i18n/de/todolist.ts \ 49TRANSLATIONS = ../../../i18n/de/todolist.ts \
50 ../../../i18n/da/todolist.ts \ 50 ../../../i18n/da/todolist.ts \
51 ../../../i18n/xx/todolist.ts \ 51 ../../../i18n/xx/todolist.ts \
52 ../../../i18n/en/todolist.ts \ 52 ../../../i18n/en/todolist.ts \
53 ../../../i18n/es/todolist.ts \ 53 ../../../i18n/es/todolist.ts \
54 ../../../i18n/fr/todolist.ts \ 54 ../../../i18n/fr/todolist.ts \
55 ../../../i18n/hu/todolist.ts \ 55 ../../../i18n/hu/todolist.ts \
56 ../../../i18n/ja/todolist.ts \ 56 ../../../i18n/ja/todolist.ts \
57 ../../../i18n/ko/todolist.ts \ 57 ../../../i18n/ko/todolist.ts \
58 ../../../i18n/no/todolist.ts \ 58 ../../../i18n/no/todolist.ts \
59 ../../../i18n/pl/todolist.ts \ 59 ../../../i18n/pl/todolist.ts \
60 ../../../i18n/pt/todolist.ts \ 60 ../../../i18n/pt/todolist.ts \
61 ../../../i18n/pt_BR/todolist.ts \ 61 ../../../i18n/pt_BR/todolist.ts \
62 ../../../i18n/sl/todolist.ts \ 62 ../../../i18n/sl/todolist.ts \
63 ../../../i18n/zh_CN/todolist.ts \ 63 ../../../i18n/zh_CN/todolist.ts \
64 ../../../i18n/zh_TW/todolist.ts 64 ../../../i18n/zh_TW/todolist.ts
65
66
67
68include ( ../../../include.pro )