author | kergoth <kergoth> | 2002-03-19 02:38:30 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-19 02:38:30 (UTC) |
commit | 0097a3253cae1c440a9d10c1dec261f10023195b (patch) (side-by-side diff) | |
tree | 227bcf958e90799f9482706fc6ad03fc3e90a217 /library | |
parent | 7e0f49c9973bb2769afbd1fe2b70da093f200c03 (diff) | |
download | opie-0097a3253cae1c440a9d10c1dec261f10023195b.zip opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.gz opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.bz2 |
TRANSLATION variable brokenness.
-rw-r--r-- | library/library.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.pro b/library/library.pro index 4352e6a..a467c8b 100644 --- a/library/library.pro +++ b/library/library.pro @@ -107,25 +107,25 @@ SOURCES = calendar.cpp \ categoryselect.cpp \ categorywidget.cpp \ ir.cpp \ backend/vcc_yacc.cpp \ backend/vobject.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp # Qt 3 compatibility qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp INCLUDEPATH += $(OPIEDIR)/include backend 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/pt_BR/libqpe.ts +TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |