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