On Thursday 02 September 2010 22:32:39 Timothy Pearson wrote:
[...]
qinputcontext.h seems QT4 file, I have it only in qtinterface/qt4/Qt/qinputcontext.h. I must to include this directory in include paths, even for QT3 build?
It is present in my version of Qt3; see this page: http://packages.ubuntu.com/lucid/i386/libqt3-headers/filelist
I am not sure why it does not exist on your system. If it is not a generic file present on all Qt installations then you may have to let CMake search for it and conditionally remove the reference to it based on the CMake search results.
You right, this file is present in official Qt3 package. I guess that is missing on mine system because gentoo permit few flags which can omit some Qt modules. I will make checks, as you suggest.