-rw-r--r-- | inputmethods/jumpx/jumpx.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index a75ffd5..44fc15b 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.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 = qjumpx | 7 | TARGET = qjumpx |
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/libqjumpx.ts \ | ||
15 | ../../i18n/nl/libqjumpx.ts \ | ||
16 | ../../i18n/da/libqjumpx.ts \ | ||
17 | ../../i18n/xx/libqjumpx.ts \ | ||
18 | ../../i18n/en/libqjumpx.ts \ | ||
19 | ../../i18n/es/libqjumpx.ts \ | ||
20 | ../../i18n/fr/libqjumpx.ts \ | ||
21 | ../../i18n/hu/libqjumpx.ts \ | ||
22 | ../../i18n/ja/libqjumpx.ts \ | ||
23 | ../../i18n/ko/libqjumpx.ts \ | ||
24 | ../../i18n/no/libqjumpx.ts \ | ||
25 | ../../i18n/pl/libqjumpx.ts \ | ||
26 | ../../i18n/pt/libqjumpx.ts \ | ||
27 | ../../i18n/pt_BR/libqjumpx.ts \ | ||
28 | ../../i18n/sl/libqjumpx.ts \ | ||
29 | ../../i18n/zh_CN/libqjumpx.ts \ | ||
30 | ../../i18n/zh_TW/libqjumpx.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 |