summaryrefslogtreecommitdiffstats
path: root/src/plugins/inputmethods/imsw-multi/imsw-multi.pro
blob: c67be02ba46801748fd3825eb43bea514a370987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET   = qimsw-multi
load(qt_plugin)
CONFIG      += warn_on
QT += widgets

DESTDIR = $$QT.gui.plugins/inputmethods

HEADERS += qmultiinputcontext.h \
           qmultiinputcontextplugin.h
SOURCES += qmultiinputcontext.cpp \
           qmultiinputcontextplugin.cpp

target.path += $$[QT_INSTALL_PLUGINS]/inputmethods
INSTALLS    += target