Actually I did just run into the same issue trying to
build
kdegames.
According to config.log the autoconf system is too dumb to
read the tqt
include dirs from the tqt.pc file, whereas the CMake build
system gets
it right. And since the tqt test is supposed to fail iff
the
tqtinterface is the Qt4 one, configure wrongly assumes tqt
is tqt4 and
searches for Qt4.
Many of of the 3.5.13 tarballs do not support cmake. Seems then the best approach when
using the 3.5.13 tarballs is to build without QT4 installed. Should we fix this in SVN? Is
there a patch for the 3.5.13 tarballs to work around this?
Darrell