-rw-r--r-- | inputmethods/handwriting/handwriting.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index e7705d9..3b4fcff 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -1,35 +1,34 @@ TEMPLATE = lib CONFIG += qt 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 ../../taskbar LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS += ../../i18n/de/libqhandwriting.ts -TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts - +TRANSLATIONS = ../../i18n/de/libqhandwriting.ts +TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts |