changeset 7 | f7bc934e204c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/src/plugins/inputmethods/imsw-multi/imsw-multi.pro Wed Mar 31 11:06:36 2010 +0300 @@ -0,0 +1,13 @@ +TARGET = qimsw-multi +include(../../qpluginbase.pri) +CONFIG += warn_on + +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/inputmethods + +HEADERS += qmultiinputcontext.h \ + qmultiinputcontextplugin.h +SOURCES += qmultiinputcontext.cpp \ + qmultiinputcontextplugin.cpp + +target.path += $$[QT_INSTALL_PLUGINS]/inputmethods +INSTALLS += target