Found the problem. You will need to replace all
instances of
TQT_INCLUDE_DIRS
with
TQT_INCLUDEDIR
in all of your CMakeLists.txt files.
Patched as directed.
Same exact failure. :( After the build failed I grepped all CMakeLists.txt file and all
were patched correctly.
I looked at the kdepim, kdebase, and kdelibs sources, which use cmake. All of the
CMakeLists.txt file use TQT_INCLUDE_DIRS rather than TQT_INCLUDE_DIR. Those packages built
okay.
Darrell