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/handwriting | |
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/handwriting/handwriting.pro | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index a8bcda7..b4a742d 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -1,49 +1,46 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= qimpenchar.h \ | 3 | HEADERS= qimpenchar.h \ |
4 | qimpenprofile.h \ | 4 | qimpenprofile.h \ |
5 | qimpencombining.h \ | 5 | qimpencombining.h \ |
6 | qimpenhelp.h \ | 6 | qimpenhelp.h \ |
7 | qimpeninput.h \ | 7 | qimpeninput.h \ |
8 | qimpenmatch.h \ | 8 | qimpenmatch.h \ |
9 | qimpensetup.h \ | 9 | qimpensetup.h \ |
10 | qimpenstroke.h \ | 10 | qimpenstroke.h \ |
11 | qimpenwidget.h \ | 11 | qimpenwidget.h \ |
12 | qimpenwordpick.h \ | 12 | qimpenwordpick.h \ |
13 | handwritingimpl.h | 13 | handwritingimpl.h |
14 | SOURCES= qimpenchar.cpp \ | 14 | SOURCES= qimpenchar.cpp \ |
15 | qimpenprofile.cpp \ | 15 | qimpenprofile.cpp \ |
16 | qimpencombining.cpp \ | 16 | qimpencombining.cpp \ |
17 | qimpenhelp.cpp \ | 17 | qimpenhelp.cpp \ |
18 | qimpeninput.cpp \ | 18 | qimpeninput.cpp \ |
19 | qimpenmatch.cpp \ | 19 | qimpenmatch.cpp \ |
20 | qimpensetup.cpp \ | 20 | qimpensetup.cpp \ |
21 | qimpenstroke.cpp \ | 21 | qimpenstroke.cpp \ |
22 | qimpenwidget.cpp \ | 22 | qimpenwidget.cpp \ |
23 | qimpenwordpick.cpp \ | 23 | qimpenwordpick.cpp \ |
24 | handwritingimpl.cpp | 24 | handwritingimpl.cpp |
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ | |
34 | 34 | ../../i18n/en/libqhandwriting.ts \ | |
35 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts | 35 | ../../i18n/es/libqhandwriting.ts \ |
36 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts | 36 | ../../i18n/fr/libqhandwriting.ts \ |
37 | TRANSLATIONS += ../../i18n/es/libqhandwriting.ts | 37 | ../../i18n/hu/libqhandwriting.ts \ |
38 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts | 38 | ../../i18n/ja/libqhandwriting.ts \ |
39 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts | 39 | ../../i18n/ko/libqhandwriting.ts \ |
40 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts | 40 | ../../i18n/no/libqhandwriting.ts \ |
41 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts | 41 | ../../i18n/pl/libqhandwriting.ts \ |
42 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts | 42 | ../../i18n/pt/libqhandwriting.ts \ |
43 | TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts | 43 | ../../i18n/pt_BR/libqhandwriting.ts \ |
44 | TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts | 44 | ../../i18n/sl/libqhandwriting.ts \ |
45 | TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts | 45 | ../../i18n/zh_CN/libqhandwriting.ts \ |
46 | TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts | 46 | ../../i18n/zh_TW/libqhandwriting.ts |
47 | TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts | ||
48 | TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts | ||
49 | |||