author | cniehaus <cniehaus> | 2002-03-27 17:08:39 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-27 17:08:39 (UTC) |
commit | fb056735d9a021787f83c6a791225a7ca70c1eb5 (patch) (unidiff) | |
tree | b968f88a90c904354270101603329174a3bccd47 | |
parent | fc8349fa353ef5e0aa9751d3fe6ea98e1fa0a8be (diff) | |
download | opie-fb056735d9a021787f83c6a791225a7ca70c1eb5.zip opie-fb056735d9a021787f83c6a791225a7ca70c1eb5.tar.gz opie-fb056735d9a021787f83c6a791225a7ca70c1eb5.tar.bz2 |
with this the german team can translate today
-rw-r--r-- | core/pim/today/today.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index b20baea..05ca6cd 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -2,12 +2,13 @@ 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 |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = today | 11 | TARGET = today |
12 | DESTDIR = $(OPIEDIR)/bin | 12 | DESTDIR = $(OPIEDIR)/bin |
13 | TRANSLATIONS = ../i18n/pt_BR/today.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/today.ts |
14 | TRANSLATIONS = ../i18n/de/today.ts | ||