author | cniehaus <cniehaus> | 2002-11-21 15:19:45 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-11-21 15:19:45 (UTC) |
commit | 10cd03eb7108ef66614790ba2b5482a9bc9a87fd (patch) (side-by-side diff) | |
tree | 921406b13eaa32d7c4eb776e6a1b20f73924b61d /core/pim/today | |
parent | 50058bc62134e4a23da48bb9f797a66fb25b1f91 (diff) | |
download | opie-10cd03eb7108ef66614790ba2b5482a9bc9a87fd.zip opie-10cd03eb7108ef66614790ba2b5482a9bc9a87fd.tar.gz opie-10cd03eb7108ef66614790ba2b5482a9bc9a87fd.tar.bz2 |
danish i18n
-rw-r--r-- | core/pim/today/today.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 8596da3..e989f79 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -1,12 +1,12 @@ TEMPLATE = app CONFIG = qt warn_on debug #CONFIG = qt warn_on release -HEADERS = today.h todaybase.h todayconfig.h -SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp +HEADERS = today.h todaybase.h todayconfig.h +SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -INTERFACES = +INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin @@ -24,4 +24,5 @@ TRANSLATIONS = ../../../i18n/de/today.ts \ ../../../i18n/sl/today.ts \ ../../../i18n/zh_CN/today.ts \ ../../../i18n/zh_TW/today.ts \ - ../../../i18n/it/today.ts
\ No newline at end of file + ../../../i18n/it/today.ts \ + ../../../i18n/da/today.ts |