blob: 023ec79fe0d5f0a00eeb72ed551c25ffc94088cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = lib
TARGET = qsimple
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
# Input
HEADERS += qsimpleinputcontext.h \
qsimpleinputcontextplugin.h
SOURCES += qsimpleinputcontext.cpp \
qsimpleinputcontextplugin.cpp \
composetable.cpp
|