summaryrefslogtreecommitdiffstats
path: root/src/plugins/inputmethods/imsw-multi/imsw-multi.pro
blob: 5d0535f3ac09c02dfda25e11ba5d7b9ffe8b6fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET   = qimsw-multi
include(../../qpluginbase.pri)
CONFIG      += warn_on

DESTDIR = $$QT.gui.plugins/inputmethods

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

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