-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index 409f9c7..16b5e02 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -63,15 +63,31 @@ SOURCES = Aportis.cpp \ | |||
63 | ppm.cpp \ | 63 | ppm.cpp \ |
64 | ppm_expander.cpp \ | 64 | ppm_expander.cpp \ |
65 | ztxt.cpp | 65 | ztxt.cpp |
66 | 66 | ||
67 | INTERFACES= | 67 | INTERFACES= |
68 | DESTDIR = $(OPIEDIR)/bin | 68 | DESTDIR = $(OPIEDIR)/bin |
69 | INCLUDEPATH+= $(OPIEDIR)/include | 69 | INCLUDEPATH+= $(OPIEDIR)/include |
70 | DEPENDPATH+= $(OPIEDIR)/include | 70 | DEPENDPATH+= $(OPIEDIR)/include |
71 | TARGET = reader | 71 | TARGET = reader |
72 | LIBS += -lqpe | 72 | LIBS += -lqpe |
73 | 73 | ||
74 | 74 | ||
75 | TRANSLATIONS = ../../../i18n/de/reader.ts \ | ||
76 | ../../../i18n/da/reader.ts \ | ||
77 | ../../../i18n/xx/reader.ts \ | ||
78 | ../../../i18n/en/reader.ts \ | ||
79 | ../../../i18n/es/reader.ts \ | ||
80 | ../../../i18n/fr/reader.ts \ | ||
81 | ../../../i18n/hu/reader.ts \ | ||
82 | ../../../i18n/ja/reader.ts \ | ||
83 | ../../../i18n/ko/reader.ts \ | ||
84 | ../../../i18n/no/reader.ts \ | ||
85 | ../../../i18n/pl/reader.ts \ | ||
86 | ../../../i18n/pt/reader.ts \ | ||
87 | ../../../i18n/pt_BR/reader.ts \ | ||
88 | ../../../i18n/sl/reader.ts \ | ||
89 | ../../../i18n/zh_CN/reader.ts \ | ||
90 | ../../../i18n/zh_TW/reader.ts | ||
75 | 91 | ||
76 | 92 | ||
77 | include ( $(OPIEDIR)/include.pro ) | 93 | include ( $(OPIEDIR)/include.pro ) |