author | ar <ar> | 2003-12-04 21:16:08 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-04 21:16:08 (UTC) |
commit | 956020cd93327d53d72254f00e448f92a5e679a1 (patch) (side-by-side diff) | |
tree | 202724f7916d752d2a297c3f28225073748d0794 /inputmethods/handwriting | |
parent | c8330ea474bcd2d5359db28786514a5d5cda5fe0 (diff) | |
download | opie-956020cd93327d53d72254f00e448f92a5e679a1.zip opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.gz opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.bz2 |
use opie-lupdate instead lupdate
-rw-r--r-- | inputmethods/handwriting/handwriting.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 7a22208..3800381 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -1,54 +1,34 @@ TEMPLATE = lib CONFIG += qt plugin warn_on release HEADERS = qimpenchar.h \ qimpenprofile.h \ qimpencombining.h \ qimpenhelp.h \ qimpeninput.h \ qimpenmatch.h \ qimpensetup.h \ qimpenstroke.h \ qimpenwidget.h \ qimpenwordpick.h \ handwritingimpl.h SOURCES = qimpenchar.cpp \ qimpenprofile.cpp \ qimpencombining.cpp \ qimpenhelp.cpp \ qimpeninput.cpp \ qimpenmatch.cpp \ qimpensetup.cpp \ qimpenstroke.cpp \ qimpenwidget.cpp \ qimpenwordpick.cpp \ handwritingimpl.cpp INTERFACES = qimpenprefbase.ui TARGET = qhandwriting DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ - ../../i18n/nl/libqhandwriting.ts \ - ../../i18n/da/libqhandwriting.ts \ - ../../i18n/xx/libqhandwriting.ts \ - ../../i18n/en/libqhandwriting.ts \ - ../../i18n/es/libqhandwriting.ts \ - ../../i18n/fr/libqhandwriting.ts \ - ../../i18n/hu/libqhandwriting.ts \ - ../../i18n/ja/libqhandwriting.ts \ - ../../i18n/ko/libqhandwriting.ts \ - ../../i18n/no/libqhandwriting.ts \ - ../../i18n/pl/libqhandwriting.ts \ - ../../i18n/pt/libqhandwriting.ts \ - ../../i18n/pt_BR/libqhandwriting.ts \ - ../../i18n/sl/libqhandwriting.ts \ - ../../i18n/zh_CN/libqhandwriting.ts \ - ../../i18n/zh_TW/libqhandwriting.ts - - - include ( $(OPIEDIR)/include.pro ) target.path = $$prefix/plugins/inputmethods |