trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-devel] kdevelop 3.5.13 won't build

From: Darrell Anderson <humanreadable@...>
Date: Tue, 8 Nov 2011 15:50:37 -0800 (PST)
> 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