author | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
commit | 9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (side-by-side diff) | |
tree | 1d2d0eb0372f32e682fe139b3e89882f381dc0db /inputmethods/jumpx/jumpx.pro | |
parent | 216efd1cb2210211816b865b5574866e598bf3bd (diff) | |
download | opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2 |
i18n for new buildsystem :)
Diffstat (limited to 'inputmethods/jumpx/jumpx.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/jumpx/jumpx.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index b706856..647e59b 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro @@ -1,29 +1,33 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ keyboardimpl.h SOURCES = keyboard.cpp \ keyboardimpl.cpp TARGET = qjumpx DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ ../../i18n/da/libqjumpx.ts \ ../../i18n/xx/libqjumpx.ts \ ../../i18n/en/libqjumpx.ts \ ../../i18n/es/libqjumpx.ts \ ../../i18n/fr/libqjumpx.ts \ ../../i18n/hu/libqjumpx.ts \ ../../i18n/ja/libqjumpx.ts \ ../../i18n/ko/libqjumpx.ts \ ../../i18n/no/libqjumpx.ts \ ../../i18n/pl/libqjumpx.ts \ ../../i18n/pt/libqjumpx.ts \ ../../i18n/pt_BR/libqjumpx.ts \ ../../i18n/sl/libqjumpx.ts \ ../../i18n/zh_CN/libqjumpx.ts \ ../../i18n/zh_TW/libqjumpx.ts + + + +include ( ../../include.pro ) |