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) (side-by-side diff)
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 @@
TEMPLATE = app
CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = addressbook.h \
contacteditor.h \
ablabel.h \
abtable.h \
addresssettings.h
SOURCES = main.cpp \
addressbook.cpp \
contacteditor.cpp \
ablabel.cpp \
abtable.cpp \
addresssettings.cpp
INTERFACES = addresssettingsbase.ui
TARGET = addressbook
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/addressbook.ts
TRANSLATIONS += ../i18n/fr/addressbook.ts
+TRANSLATIONS += ../i18n/sl/addressbook.ts
TRANSLATIONS += ../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 @@
TEMPLATE = app
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release
HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h
SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
INTERFACES =
TARGET = today
DESTDIR = $(OPIEDIR)/bin
TRANSLATIONS = ../i18n/pt_BR/today.ts
TRANSLATIONS += ../i18n/de/today.ts
TRANSLATIONS += ../i18n/en/today.ts
TRANSLATIONS += ../i18n/hu/today.ts
+TRANSLATIONS += ../i18n/sl/today.ts
TRANSLATIONS += ../i18n/ja/today.ts
TRANSLATIONS += ../i18n/ko/today.ts
TRANSLATIONS += ../i18n/no/today.ts
TRANSLATIONS += ../i18n/zh_CN/today.ts
TRANSLATIONS += ../i18n/zh_TW/today.ts
TRANSLATIONS += ../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 @@
TEMPLATE = app
CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = mainwindow.h \
todotable.h \
todoentryimpl.h
SOURCES = main.cpp \
mainwindow.cpp \
todotable.cpp \
todoentryimpl.cpp
INTERFACES = todoentry.ui
TARGET = todolist
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TRANSLATIONS = ../i18n/de/todolist.ts
TRANSLATIONS += ../i18n/pt_BR/todolist.ts
TRANSLATIONS += ../i18n/en/todolist.ts
TRANSLATIONS += ../i18n/hu/todolist.ts
TRANSLATIONS += ../i18n/ja/todolist.ts
TRANSLATIONS += ../i18n/ko/todolist.ts
+TRANSLATIONS += ../i18n/sl/todolist.ts
TRANSLATIONS += ../i18n/no/todolist.ts
TRANSLATIONS += ../i18n/zh_CN/todolist.ts
TRANSLATIONS += ../i18n/zh_TW/todolist.ts