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 16:03:03 -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.

After posting my last response I noticed you had typed TQT_INCLUDEDIR and not TQT_INCLUDE_DIR. I did not know whether that was intentional or a typo. Regardless, I modified my patch and built again using TQT_INCLUDEDIR.

The package built. :)

Now, is this a Slackware issue or global?

There are two other patches I need to build kdevelop. I would like to know if this specific fix is global before I submit a bug report.

Darrell