-rw-r--r-- | core/pim/today/today.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 171614b..46e5d2a 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -2,25 +2,26 @@ 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 | 4 | HEADERS = today.h todaybase.h todayconfig.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = today | 10 | TARGET = today |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/today.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/today.ts \ |
14 | ../../../i18n/en/today.ts \ | 14 | ../../../i18n/en/today.ts \ |
15 | ../../../i18n/es/today.ts \ | 15 | ../../../i18n/es/today.ts \ |
16 | ../../../i18n/fr/today.ts \ | 16 | ../../../i18n/fr/today.ts \ |
17 | ../../../i18n/hu/today.ts \ | 17 | ../../../i18n/hu/today.ts \ |
18 | ../../../i18n/ja/today.ts \ | 18 | ../../../i18n/ja/today.ts \ |
19 | ../../../i18n/ko/today.ts \ | 19 | ../../../i18n/ko/today.ts \ |
20 | ../../../i18n/no/today.ts \ | 20 | ../../../i18n/no/today.ts \ |
21 | ../../../i18n/pl/today.ts \ | 21 | ../../../i18n/pl/today.ts \ |
22 | ../../../i18n/pt/today.ts \ | 22 | ../../../i18n/pt/today.ts \ |
23 | ../../../i18n/pt_BR/today.ts \ | 23 | ../../../i18n/pt_BR/today.ts \ |
24 | ../../../i18n/sl/today.ts \ | 24 | ../../../i18n/sl/today.ts \ |
25 | ../../../i18n/zh_CN/today.ts \ | 25 | ../../../i18n/zh_CN/today.ts \ |
26 | ../../../i18n/zh_TW/today.ts | 26 | ../../../i18n/zh_TW/today.ts \ |
27 | ../../../i18n/it/today.ts \ No newline at end of file | ||