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 /inputmethods/handwriting/handwriting.pro | |
parent | f3c439fa534832eec214e1779c7f7040a3325a2c (diff) | |
download | opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2 |
This add .pt and .es to all .pro
Diffstat (limited to 'inputmethods/handwriting/handwriting.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/handwriting/handwriting.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 7a6c3a0..24c8f6f 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -1,44 +1,46 @@ 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 ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts +TRANSLATIONS += ../../i18n/es/libqhandwriting.ts +TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts TRANSLATIONS += ../../i18n/de/libqhandwriting.ts TRANSLATIONS += ../../i18n/en/libqhandwriting.ts TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts TRANSLATIONS += ../../i18n/no/libqhandwriting.ts TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts |