changeset 7 | f7bc934e204c |
3:41300fa6a67c | 7:f7bc934e204c |
---|---|
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 |