author | cniehaus <cniehaus> | 2002-06-16 15:05:47 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-06-16 15:05:47 (UTC) |
commit | 932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (side-by-side diff) | |
tree | a5afe4e516117c204af1a7fae6c6b5da4e2fe833 /library/library.pro | |
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 @@ -123,16 +123,18 @@ LIBS += -ldl -lcrypt -lm INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui TARGET = qpe DESTDIR = $(QTDIR)/lib$(PROJMAK) # This is set by configure$(OPIEDIR). VERSION = 1.5.0 TRANSLATIONS = ../i18n/de/libqpe.ts +TRANSLATIONS += ../i18n/es/libqpe.ts +TRANSLATIONS += ../i18n/pt/libqpe.ts TRANSLATIONS += ../i18n/pt_BR/libqpe.ts TRANSLATIONS += ../i18n/en/libqpe.ts TRANSLATIONS += ../i18n/sl/libqpe.ts TRANSLATIONS += ../i18n/hu/libqpe.ts TRANSLATIONS += ../i18n/ja/libqpe.ts TRANSLATIONS += ../i18n/ko/libqpe.ts TRANSLATIONS += ../i18n/pl/libqpe.ts TRANSLATIONS += ../i18n/fr/libqpe.ts |