author | cniehaus <cniehaus> | 2002-06-16 15:05:47 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-06-16 15:05:47 (UTC) |
commit | 932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (unidiff) | |
tree | a5afe4e516117c204af1a7fae6c6b5da4e2fe833 /library | |
parent | f3c439fa534832eec214e1779c7f7040a3325a2c (diff) | |
download | opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2 |
This add .pt and .es to all .pro
-rw-r--r-- | library/library.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/library.pro b/library/library.pro index 32bf3d1..44fd7cf 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -83,59 +83,61 @@ SOURCES = calendar.cpp \ | |||
83 | tzselect.cpp \ | 83 | tzselect.cpp \ |
84 | qmath.c \ | 84 | qmath.c \ |
85 | datebookdb.cpp \ | 85 | datebookdb.cpp \ |
86 | alarmserver.cpp \ | 86 | alarmserver.cpp \ |
87 | password.cpp \ | 87 | password.cpp \ |
88 | process.cpp \ | 88 | process.cpp \ |
89 | process_unix.cpp \ | 89 | process_unix.cpp \ |
90 | timestring.cpp \ | 90 | timestring.cpp \ |
91 | fontdatabase.cpp \ | 91 | fontdatabase.cpp \ |
92 | power.cpp \ | 92 | power.cpp \ |
93 | storage.cpp \ | 93 | storage.cpp \ |
94 | qpemessagebox.cpp \ | 94 | qpemessagebox.cpp \ |
95 | backend/timeconversion.cpp \ | 95 | backend/timeconversion.cpp \ |
96 | qpedebug.cpp \ | 96 | qpedebug.cpp \ |
97 | qpemenubar.cpp \ | 97 | qpemenubar.cpp \ |
98 | qpetoolbar.cpp \ | 98 | qpetoolbar.cpp \ |
99 | backend/categories.cpp \ | 99 | backend/categories.cpp \ |
100 | backend/stringutil.cpp \ | 100 | backend/stringutil.cpp \ |
101 | backend/palmtoprecord.cpp \ | 101 | backend/palmtoprecord.cpp \ |
102 | backend/task.cpp \ | 102 | backend/task.cpp \ |
103 | backend/event.cpp \ | 103 | backend/event.cpp \ |
104 | backend/contact.cpp \ | 104 | backend/contact.cpp \ |
105 | categorymenu.cpp \ | 105 | categorymenu.cpp \ |
106 | categoryedit_p.cpp \ | 106 | categoryedit_p.cpp \ |
107 | categoryselect.cpp \ | 107 | categoryselect.cpp \ |
108 | categorywidget.cpp \ | 108 | categorywidget.cpp \ |
109 | ir.cpp \ | 109 | ir.cpp \ |
110 | backend/vcc_yacc.cpp \ | 110 | backend/vcc_yacc.cpp \ |
111 | backend/vobject.cpp \ | 111 | backend/vobject.cpp \ |
112 | findwidget_p.cpp \ | 112 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 113 | finddialog.cpp \ |
114 | lnkproperties.cpp | 114 | lnkproperties.cpp |
115 | 115 | ||
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | 119 | ||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
122 | 122 | ||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | 124 | ||
125 | TARGET = qpe | 125 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/es/libqpe.ts | ||
132 | TRANSLATIONS += ../i18n/pt/libqpe.ts | ||
131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
132 | TRANSLATIONS += ../i18n/en/libqpe.ts | 134 | TRANSLATIONS += ../i18n/en/libqpe.ts |
133 | TRANSLATIONS += ../i18n/sl/libqpe.ts | 135 | TRANSLATIONS += ../i18n/sl/libqpe.ts |
134 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 136 | TRANSLATIONS += ../i18n/hu/libqpe.ts |
135 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 137 | TRANSLATIONS += ../i18n/ja/libqpe.ts |
136 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 138 | TRANSLATIONS += ../i18n/ko/libqpe.ts |
137 | TRANSLATIONS += ../i18n/pl/libqpe.ts | 139 | TRANSLATIONS += ../i18n/pl/libqpe.ts |
138 | TRANSLATIONS += ../i18n/fr/libqpe.ts | 140 | TRANSLATIONS += ../i18n/fr/libqpe.ts |
139 | TRANSLATIONS += ../i18n/no/libqpe.ts | 141 | TRANSLATIONS += ../i18n/no/libqpe.ts |
140 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts |
141 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts |