summaryrefslogtreecommitdiff
path: root/core/pim
authorcniehaus <cniehaus>2002-03-28 21:58:07 (UTC)
committer cniehaus <cniehaus>2002-03-28 21:58:07 (UTC)
commited6bcbba1164cc2235b6d21f20b1de416d36cac2 (patch) (unidiff)
tree1b6e2003bf17f4c25b7c18ffd30450afb107efbc /core/pim
parent8b7b82249b3cfe26f2fe8d20b1005b9805b1e8c6 (diff)
downloadopie-ed6bcbba1164cc2235b6d21f20b1de416d36cac2.zip
opie-ed6bcbba1164cc2235b6d21f20b1de416d36cac2.tar.gz
opie-ed6bcbba1164cc2235b6d21f20b1de416d36cac2.tar.bz2
these are the modified files for the .sl-team
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.pro1
-rw-r--r--core/pim/today/today.pro1
-rw-r--r--core/pim/todo/todo.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index fef74df..3035101 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -1,24 +1,25 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS= addressbook.h \ 4 HEADERS= addressbook.h \
5 contacteditor.h \ 5 contacteditor.h \
6 ablabel.h \ 6 ablabel.h \
7 abtable.h \ 7 abtable.h \
8 addresssettings.h 8 addresssettings.h
9 SOURCES= main.cpp \ 9 SOURCES= main.cpp \
10 addressbook.cpp \ 10 addressbook.cpp \
11 contacteditor.cpp \ 11 contacteditor.cpp \
12 ablabel.cpp \ 12 ablabel.cpp \
13 abtable.cpp \ 13 abtable.cpp \
14 addresssettings.cpp 14 addresssettings.cpp
15 INTERFACES= addresssettingsbase.ui 15 INTERFACES= addresssettingsbase.ui
16 16
17 TARGET = addressbook 17 TARGET = addressbook
18INCLUDEPATH += $(OPIEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
19 DEPENDPATH+= $(OPIEDIR)/include 19 DEPENDPATH+= $(OPIEDIR)/include
20LIBS += -lqpe 20LIBS += -lqpe
21 21
22TRANSLATIONS = ../i18n/de/addressbook.ts 22TRANSLATIONS = ../i18n/de/addressbook.ts
23TRANSLATIONS += ../i18n/fr/addressbook.ts 23TRANSLATIONS += ../i18n/fr/addressbook.ts
24TRANSLATIONS += ../i18n/sl/addressbook.ts
24TRANSLATIONS += ../i18n/pt_BR/addressbook.ts 25TRANSLATIONS += ../i18n/pt_BR/addressbook.ts
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 3800bf5..38ae70f 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -1,22 +1,23 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 #CONFIG = qt warn_on debug 2 #CONFIG = qt warn_on debug
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h 4 HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h
5 SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp 5 SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp
6 6
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 INTERFACES= 10 INTERFACES=
11 TARGET = today 11 TARGET = today
12 DESTDIR = $(OPIEDIR)/bin 12 DESTDIR = $(OPIEDIR)/bin
13TRANSLATIONS = ../i18n/pt_BR/today.ts 13TRANSLATIONS = ../i18n/pt_BR/today.ts
14TRANSLATIONS += ../i18n/de/today.ts 14TRANSLATIONS += ../i18n/de/today.ts
15TRANSLATIONS += ../i18n/en/today.ts 15TRANSLATIONS += ../i18n/en/today.ts
16TRANSLATIONS += ../i18n/hu/today.ts 16TRANSLATIONS += ../i18n/hu/today.ts
17TRANSLATIONS += ../i18n/sl/today.ts
17TRANSLATIONS += ../i18n/ja/today.ts 18TRANSLATIONS += ../i18n/ja/today.ts
18TRANSLATIONS += ../i18n/ko/today.ts 19TRANSLATIONS += ../i18n/ko/today.ts
19TRANSLATIONS += ../i18n/no/today.ts 20TRANSLATIONS += ../i18n/no/today.ts
20TRANSLATIONS += ../i18n/zh_CN/today.ts 21TRANSLATIONS += ../i18n/zh_CN/today.ts
21TRANSLATIONS += ../i18n/zh_TW/today.ts 22TRANSLATIONS += ../i18n/zh_TW/today.ts
22TRANSLATIONS += ../i18n/fr/today.ts 23TRANSLATIONS += ../i18n/fr/today.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index e874db6..f214c50 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -1,27 +1,28 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS= mainwindow.h \ 4 HEADERS= mainwindow.h \
5 todotable.h \ 5 todotable.h \
6 todoentryimpl.h 6 todoentryimpl.h
7 SOURCES= main.cpp \ 7 SOURCES= main.cpp \
8 mainwindow.cpp \ 8 mainwindow.cpp \
9 todotable.cpp \ 9 todotable.cpp \
10 todoentryimpl.cpp 10 todoentryimpl.cpp
11 11
12 INTERFACES= todoentry.ui 12 INTERFACES= todoentry.ui
13 13
14 TARGET = todolist 14 TARGET = todolist
15INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include 16 DEPENDPATH+= $(OPIEDIR)/include
17LIBS += -lqpe -lopie 17LIBS += -lqpe -lopie
18 18
19TRANSLATIONS = ../i18n/de/todolist.ts 19TRANSLATIONS = ../i18n/de/todolist.ts
20TRANSLATIONS += ../i18n/pt_BR/todolist.ts 20TRANSLATIONS += ../i18n/pt_BR/todolist.ts
21TRANSLATIONS += ../i18n/en/todolist.ts 21TRANSLATIONS += ../i18n/en/todolist.ts
22TRANSLATIONS += ../i18n/hu/todolist.ts 22TRANSLATIONS += ../i18n/hu/todolist.ts
23TRANSLATIONS += ../i18n/ja/todolist.ts 23TRANSLATIONS += ../i18n/ja/todolist.ts
24TRANSLATIONS += ../i18n/ko/todolist.ts 24TRANSLATIONS += ../i18n/ko/todolist.ts
25TRANSLATIONS += ../i18n/sl/todolist.ts
25TRANSLATIONS += ../i18n/no/todolist.ts 26TRANSLATIONS += ../i18n/no/todolist.ts
26TRANSLATIONS += ../i18n/zh_CN/todolist.ts 27TRANSLATIONS += ../i18n/zh_CN/todolist.ts
27TRANSLATIONS += ../i18n/zh_TW/todolist.ts 28TRANSLATIONS += ../i18n/zh_TW/todolist.ts