blob: b4f719350ec915e839ecb1864ce9719654711192 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | # TQt inputmetod module
inputmethod {
	INPUTMETHOD_P = inputmethod
	HEADERS +=$$INPUTMETHOD_H/ntqinputcontextfactory.h \
		  $$INPUTMETHOD_P/qinputcontextinterface_p.h \
		  $$INPUTMETHOD_H/ntqinputcontextplugin.h
	SOURCES +=$$INPUTMETHOD_CPP/qinputcontextfactory.cpp \
		  $$INPUTMETHOD_CPP/qinputcontextplugin.cpp
}
 |