-rw-r--r-- | inputmethods/kjumpx/kjumpx.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 2dd6ddf..7a7294e 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,35 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qkjumpx | 7 | TARGET = qkjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | ||
15 | ../../i18n/nl/libqkjumpx.ts \ | ||
16 | ../../i18n/da/libqkjumpx.ts \ | ||
17 | ../../i18n/xx/libqkjumpx.ts \ | ||
18 | ../../i18n/en/libqkjumpx.ts \ | ||
19 | ../../i18n/es/libqkjumpx.ts \ | ||
20 | ../../i18n/fr/libqkjumpx.ts \ | ||
21 | ../../i18n/hu/libqkjumpx.ts \ | ||
22 | ../../i18n/ja/libqkjumpx.ts \ | ||
23 | ../../i18n/ko/libqkjumpx.ts \ | ||
24 | ../../i18n/no/libqkjumpx.ts \ | ||
25 | ../../i18n/pl/libqkjumpx.ts \ | ||
26 | ../../i18n/pt/libqkjumpx.ts \ | ||
27 | ../../i18n/pt_BR/libqkjumpx.ts \ | ||
28 | ../../i18n/sl/libqkjumpx.ts \ | ||
29 | ../../i18n/zh_CN/libqkjumpx.ts \ | ||
30 | ../../i18n/zh_TW/libqkjumpx.ts | ||
31 | |||
32 | |||
33 | |||
34 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
35 | target.path = $$prefix/plugins/inputmethods | 15 | target.path = $$prefix/plugins/inputmethods |