blob: f60489e24b23af25ad465711a350aefb202bf27e (
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 debug plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
# Input
HEADERS += qsimpleinputcontext.h \
qsimpleinputcontextplugin.h
SOURCES += qsimpleinputcontext.cpp \
qsimpleinputcontextplugin.cpp \
composetable.cpp
|