blob: 9a65291f147755e9d14c77f4b24353151965e159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = lib
TARGET = qxim
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
# Input
HEADERS += qximinputcontext.h \
qximinputcontextplugin.h
SOURCES += qximinputcontext_x11.cpp \
qximinputcontextplugin.cpp
|