summaryrefslogtreecommitdiff
path: root/core/pim/today
authormickeyl <mickeyl>2004-12-24 20:12:34 (UTC)
committer mickeyl <mickeyl>2004-12-24 20:12:34 (UTC)
commit15dc267bf93fd9d32cfa9a4c642d0b89761eda7d (patch) (unidiff)
treefc4014b9eb59dfddc61e55eadd7391f89fce1def /core/pim/today
parentc935fd64ef5892d32d3d55780f26643a47452752 (diff)
downloadopie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.zip
opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.gz
opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.bz2
Repair damage done by a broken replace program. Note to self: Never use anything other than sed!
Merry Christmas!
Diffstat (limited to 'core/pim/today') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addressbook.pro12
-rw-r--r--core/pim/today/plugins/datebook/datebook.pro12
-rw-r--r--core/pim/today/plugins/mail/mail.pro12
-rw-r--r--core/pim/today/plugins/todolist/todolist.pro12
-rw-r--r--core/pim/today/today.pro12
5 files changed, 5 insertions, 55 deletions
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro
index b884350..8dc2b09 100644
--- a/core/pim/today/plugins/addressbook/addressbook.pro
+++ b/core/pim/today/plugins/addressbook/addressbook.pro
@@ -18,14 +18,4 @@ LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lqtaux2
18DESTDIR = $(OPIEDIR)/plugins/today 18DESTDIR = $(OPIEDIR)/plugins/today
19TARGET = todayaddressbookplugin 19TARGET = todayaddressbookplugin
20 20
21include( 21include( $(OPIEDIR)/include.pro )
22
23
24
25
26
27
28
29
30
31 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro
index 383c0bd..7cf038c 100644
--- a/core/pim/today/plugins/datebook/datebook.pro
+++ b/core/pim/today/plugins/datebook/datebook.pro
@@ -18,14 +18,4 @@ LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2
18DESTDIR = $(OPIEDIR)/plugins/today 18DESTDIR = $(OPIEDIR)/plugins/today
19TARGET = todaydatebookplugin 19TARGET = todaydatebookplugin
20 20
21include( 21include( $(OPIEDIR)/include.pro )
22
23
24
25
26
27
28
29
30
31 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro
index 15f9990..93bf969 100644
--- a/core/pim/today/plugins/mail/mail.pro
+++ b/core/pim/today/plugins/mail/mail.pro
@@ -16,14 +16,4 @@ LIBS+= -lqpe -lopiecore2 -lopiepim2
16DESTDIR = $(OPIEDIR)/plugins/today 16DESTDIR = $(OPIEDIR)/plugins/today
17TARGET = todaymailplugin 17TARGET = todaymailplugin
18 18
19include( 19include( $(OPIEDIR)/include.pro )
20
21
22
23
24
25
26
27
28
29 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro
index 82d4018..8d41222 100644
--- a/core/pim/today/plugins/todolist/todolist.pro
+++ b/core/pim/today/plugins/todolist/todolist.pro
@@ -19,14 +19,4 @@ LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2
19DESTDIR = $(OPIEDIR)/plugins/today 19DESTDIR = $(OPIEDIR)/plugins/today
20TARGET = todaytodolistplugin 20TARGET = todaytodolistplugin
21 21
22include( 22include( $(OPIEDIR)/include.pro )
23
24
25
26
27
28
29
30
31
32 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 453eef9..4ee3514 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -11,15 +11,5 @@ LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2
11 11
12 TARGET = today 12 TARGET = today
13 13
14include( 14include( $(OPIEDIR)/include.pro )
15
16
17
18
19
20
21
22
23
24 $(OPIEDIR)/include.pro )
25 15