blob: a3339164f95bc9a8419ca96c8c7f918370951e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = lib
TARGET = qimsw-multi
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
# Input
HEADERS += qmultiinputcontext.h \
qmultiinputcontextplugin.h
SOURCES += qmultiinputcontext.cpp \
qmultiinputcontextplugin.cpp
|