You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
314 B
11 lines
314 B
# Qt inputmetod module
|
|
|
|
inputmethod {
|
|
INPUTMETHOD_P = inputmethod
|
|
HEADERS +=$$INPUTMETHOD_H/qinputcontextfactory.h \
|
|
$$INPUTMETHOD_P/qinputcontextinterface_p.h \
|
|
$$INPUTMETHOD_H/qinputcontextplugin.h
|
|
SOURCES +=$$INPUTMETHOD_CPP/qinputcontextfactory.cpp \
|
|
$$INPUTMETHOD_CPP/qinputcontextplugin.cpp
|
|
}
|