author | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
commit | b13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff) | |
tree | 341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /inputmethods/kjumpx | |
parent | de4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff) | |
download | opie-b13d95b210c7d16229514afc66e32a1de09a075c.zip opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2 |
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
-rw-r--r-- | inputmethods/kjumpx/kjumpx.pro | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index d86a0e5..23faa9c 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,29 +1,27 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt 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 | 14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | |
15 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts | 15 | ../../i18n/en/libqkjumpx.ts \ |
16 | TRANSLATIONS += ../../i18n/en/libqkjumpx.ts | 16 | ../../i18n/es/libqkjumpx.ts \ |
17 | TRANSLATIONS += ../../i18n/es/libqkjumpx.ts | 17 | ../../i18n/fr/libqkjumpx.ts \ |
18 | TRANSLATIONS += ../../i18n/fr/libqkjumpx.ts | 18 | ../../i18n/hu/libqkjumpx.ts \ |
19 | TRANSLATIONS += ../../i18n/hu/libqkjumpx.ts | 19 | ../../i18n/ja/libqkjumpx.ts \ |
20 | TRANSLATIONS += ../../i18n/ja/libqkjumpx.ts | 20 | ../../i18n/ko/libqkjumpx.ts \ |
21 | TRANSLATIONS += ../../i18n/ko/libqkjumpx.ts | 21 | ../../i18n/no/libqkjumpx.ts \ |
22 | TRANSLATIONS += ../../i18n/no/libqkjumpx.ts | 22 | ../../i18n/pl/libqkjumpx.ts \ |
23 | TRANSLATIONS += ../../i18n/pl/libqkjumpx.ts | 23 | ../../i18n/pt/libqkjumpx.ts \ |
24 | TRANSLATIONS += ../../i18n/pt/libqkjumpx.ts | 24 | ../../i18n/pt_BR/libqkjumpx.ts \ |
25 | TRANSLATIONS += ../../i18n/pt_BR/libqkjumpx.ts | 25 | ../../i18n/sl/libqkjumpx.ts \ |
26 | TRANSLATIONS += ../../i18n/sl/libqkjumpx.ts | 26 | ../../i18n/zh_CN/libqkjumpx.ts \ |
27 | TRANSLATIONS += ../../i18n/zh_CN/libqkjumpx.ts | 27 | ../../i18n/zh_TW/libqkjumpx.ts |
28 | TRANSLATIONS += ../../i18n/zh_TW/libqkjumpx.ts | ||
29 | |||