author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:19:32 +0300 | |
changeset 37 | 758a864f9613 |
parent 19 | fcece45ef507 |
permissions | -rw-r--r-- |
0 | 1 |
# Qt inputmethod module |
2 |
||
3 |
HEADERS +=inputmethod/qinputcontextfactory.h \ |
|
4 |
inputmethod/qinputcontextplugin.h \ |
|
5 |
inputmethod/qinputcontext_p.h \ |
|
6 |
inputmethod/qinputcontext.h |
|
7 |
SOURCES +=inputmethod/qinputcontextfactory.cpp \ |
|
8 |
inputmethod/qinputcontextplugin.cpp \ |
|
9 |
inputmethod/qinputcontext.cpp |
|
10 |
x11 { |
|
11 |
HEADERS += inputmethod/qximinputcontext_p.h |
|
12 |
SOURCES += inputmethod/qximinputcontext_x11.cpp |
|
13 |
} |
|
14 |
win32 { |
|
15 |
HEADERS += inputmethod/qwininputcontext_p.h |
|
16 |
SOURCES += inputmethod/qwininputcontext_win.cpp |
|
17 |
} |
|
18 |
embedded { |
|
19 |
HEADERS += inputmethod/qwsinputcontext_p.h |
|
20 |
SOURCES += inputmethod/qwsinputcontext_qws.cpp |
|
21 |
} |
|
22 |
mac:!embedded { |
|
23 |
HEADERS += inputmethod/qmacinputcontext_p.h |
|
24 |
SOURCES += inputmethod/qmacinputcontext_mac.cpp |
|
25 |
} |
|
26 |
symbian:contains(QT_CONFIG, s60) { |
|
27 |
HEADERS += inputmethod/qcoefepinputcontext_p.h |
|
28 |
SOURCES += inputmethod/qcoefepinputcontext_s60.cpp |
|
19
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
29 |
LIBS += -lfepbase -lakninputlanguage |
0 | 30 |
} |
31 |