blob: 0671e9648204fe98fe47bd2df6169d016c95a342 (
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 debug plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
# Input
HEADERS += qnoneinputcontextplugin.h
SOURCES += qnoneinputcontextplugin.cpp
|