On Thursday 02 September 2010 23:39:53 Timothy Pearson wrote: [...]
I dig a little deeper and I found that actually QInputContext class is located in qinputcontext_p.h and QInputContext is used only in Q_WS_WIN context or when QT_NO_XIM is not defined.
What you suggest to do in this case?
I will put a conditional around the include statement in tqinputcontext.h like this
#ifndef QT_NO_XIM #include <qinputcontext.h> #endif
If you want you can try this out for me before I commit it to SVN...just modify the tqinputcontext.h file as shown and try a rebuild.
Not yet, i think that the real problem is not XIM support, but the existence of immqt patch. First I will try to detect the presence of these files.