author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 28 Apr 2010 13:15:16 +0300 | |
branch | RCL_3 |
changeset 16 | b25b6dc3ff8b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qimsw-multi |
2 |
include(../../qpluginbase.pri) |
|
3 |
CONFIG += warn_on |
|
4 |
||
5 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/inputmethods |
|
6 |
||
7 |
HEADERS += qmultiinputcontext.h \ |
|
8 |
qmultiinputcontextplugin.h |
|
9 |
SOURCES += qmultiinputcontext.cpp \ |
|
10 |
qmultiinputcontextplugin.cpp |
|
11 |
||
12 |
target.path += $$[QT_INSTALL_PLUGINS]/inputmethods |
|
13 |
INSTALLS += target |