summaryrefslogtreecommitdiff
path: root/core/pim
Unidiff
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
@@ -43,6 +43,10 @@ TRANSLATIONS = ../../../i18n/de/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
@@ -53,6 +53,10 @@ TRANSLATIONS = ../../../i18n/de/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
@@ -14,6 +14,10 @@ DEPENDPATH += $(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
@@ -12,7 +12,10 @@ INCLUDEPATH += $(OPIEDIR)/include \
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
@@ -11,7 +11,10 @@ INCLUDEPATH += $(OPIEDIR)/include \
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
@@ -13,7 +13,10 @@ INCLUDEPATH += $(OPIEDIR)/include \
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
@@ -24,6 +24,10 @@ TRANSLATIONS = ../../../i18n/de/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
@@ -59,6 +59,10 @@ TRANSLATIONS = ../../../i18n/de/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 )