author | groucho <groucho> | 2003-01-28 08:32:18 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-28 08:32:18 (UTC) |
commit | 0434049ba1d7086fbfdb7471bb70b1fd62a47b4b (patch) (unidiff) | |
tree | 84311aa7fca7b6fde9cbaf8b39c21865620fee93 | |
parent | a7f557c467795be29255de99db9dac1e19a5d214 (diff) | |
download | opie-0434049ba1d7086fbfdb7471bb70b1fd62a47b4b.zip opie-0434049ba1d7086fbfdb7471bb70b1fd62a47b4b.tar.gz opie-0434049ba1d7086fbfdb7471bb70b1fd62a47b4b.tar.bz2 |
Added opie-reader translation
-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 | |||
@@ -43,35 +43,51 @@ HEADERS = Aportis.h \ | |||
43 | SOURCES = Aportis.cpp \ | 43 | SOURCES = Aportis.cpp \ |
44 | Bkmks.cpp \ | 44 | Bkmks.cpp \ |
45 | BuffDoc.cpp \ | 45 | BuffDoc.cpp \ |
46 | CBuffer.cpp \ | 46 | CBuffer.cpp \ |
47 | CDrawBuffer.cpp \ | 47 | CDrawBuffer.cpp \ |
48 | CEncoding.cpp \ | 48 | CEncoding.cpp \ |
49 | CFilter.cpp \ | 49 | CFilter.cpp \ |
50 | FontControl.cpp \ | 50 | FontControl.cpp \ |
51 | Navigation.cpp \ | 51 | Navigation.cpp \ |
52 | Palm2QImage.cpp \ | 52 | Palm2QImage.cpp \ |
53 | QTReader.cpp \ | 53 | QTReader.cpp \ |
54 | QTReaderApp.cpp \ | 54 | QTReaderApp.cpp \ |
55 | QtrListView.cpp \ | 55 | QtrListView.cpp \ |
56 | StyleConsts.cpp \ | 56 | StyleConsts.cpp \ |
57 | arith_d.cpp \ | 57 | arith_d.cpp \ |
58 | fileBrowser.cpp \ | 58 | fileBrowser.cpp \ |
59 | infowin.cpp \ | 59 | infowin.cpp \ |
60 | main.cpp \ | 60 | main.cpp \ |
61 | pdb.cpp \ | 61 | pdb.cpp \ |
62 | plucker.cpp \ | 62 | plucker.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 ) |