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 /inputmethods/unikeyboard | |
parent | 7e0f49c9973bb2769afbd1fe2b70da093f200c03 (diff) | |
download | opie-0097a3253cae1c440a9d10c1dec261f10023195b.zip opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.gz opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.bz2 |
TRANSLATION variable brokenness.
-rw-r--r-- | inputmethods/unikeyboard/unikeyboard.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index bea1ce3..b08dd80 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro @@ -1,13 +1,13 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = unikeyboard.h unikeyboardimpl.h SOURCES = unikeyboard.cpp unikeyboardimpl.cpp TARGET = qunikeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts -TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts +TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts +TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts |