blob: c087188b16ced4f3c0b3f5634e342a561671ec44 (
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 plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
# Input
HEADERS += qmultiinputcontext.h \
qmultiinputcontextplugin.h
SOURCES += qmultiinputcontext.cpp \
qmultiinputcontextplugin.cpp
|