author | groucho <groucho> | 2003-02-12 12:15:11 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-12 12:15:11 (UTC) |
commit | 193c656a80ddb164f8e809defd1977bda4acff0d (patch) (unidiff) | |
tree | d5e383947e3b17af805fc6a7cb64fb3b93a0cd8f | |
parent | d5ca5bf9f6fc8d47c2786af80342b13036f14d36 (diff) | |
download | opie-193c656a80ddb164f8e809defd1977bda4acff0d.zip opie-193c656a80ddb164f8e809defd1977bda4acff0d.tar.gz opie-193c656a80ddb164f8e809defd1977bda4acff0d.tar.bz2 |
Translations added
-rw-r--r-- | core/pim/today/plugins/datebook/datebook.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 838e2fb..4ca2e25 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -4,18 +4,35 @@ CONFIG += qt release | |||
4 | # Input | 4 | # Input |
5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ | 5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ |
6 | datebookevent.h datebookpluginwidget.h | 6 | datebookevent.h datebookpluginwidget.h |
7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ | 7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ |
8 | datebookevent.cpp datebookpluginwidget.cpp | 8 | datebookevent.cpp datebookpluginwidget.cpp |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | ../ ../library | 11 | ../ ../library |
12 | DEPENDPATH += $(OPIEDIR)/include \ | 12 | DEPENDPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | 14 | ||
15 | LIBS+= -lqpe -lopie | 15 | LIBS+= -lqpe -lopie |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/today | 17 | DESTDIR = $(OPIEDIR)/plugins/today |
18 | TARGET = todaydatebookplugin | 18 | TARGET = todaydatebookplugin |
19 | 19 | ||
20 | TRANSLATIONS = ../../../../../i18n/de/todaydatebookplugin.ts \ | ||
21 | ../../../../../i18n/xx/libtodaydatebookplugin.ts \ | ||
22 | ../../../../../i18n/en/libtodaydatebookplugin.ts \ | ||
23 | ../../../../../i18n/es/libtodaydatebookplugin.ts \ | ||
24 | ../../../../../i18n/fr/libtodaydatebookplugin.ts \ | ||
25 | ../../../../../i18n/hu/libtodaydatebookplugin.ts \ | ||
26 | ../../../../../i18n/ja/libtodaydatebookplugin.ts \ | ||
27 | ../../../../../i18n/ko/libtodaydatebookplugin.ts \ | ||
28 | ../../../../../i18n/no/libtodaydatebookplugin.ts \ | ||
29 | ../../../../../i18n/pl/libtodaydatebookplugin.ts \ | ||
30 | ../../../../../i18n/pt/libtodaydatebookplugin.ts \ | ||
31 | ../../../../../i18n/pt_BR/libtodaydatebookplugin.ts \ | ||
32 | ../../../../../i18n/sl/libtodaydatebookplugin.ts \ | ||
33 | ../../../../../i18n/zh_CN/libtodaydatebookplugin.ts \ | ||
34 | ../../../../../i18n/zh_TW/todaydatebookplugin.ts \ | ||
35 | ../../../../../i18n/it/todaydatebookplugin.ts \ | ||
36 | ../../../../../i18n/da/todaydatebookpluging.ts | ||
20 | 37 | ||
21 | include ( $(OPIEDIR)/include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |