trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

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

From: "Timothy Pearson" <kb9vqf@...>
Date: Tue, 8 Nov 2011 16:59:45 -0600
>> >> The file is CMakeCache.txt.
>> >
>> > Here are two, the main one and the one from the
>> seemingly affected
>> > directory:
>> >
>> > Main:
>> >
>> > http://humanreadable.nfshost.com/trinity/build_logs/CMakeLists.txt%20(main)
>> >
>> > ctags2:
>> >
>> > http://humanreadable.nfshost.com/trinity/build_logs/CMakeLists.txt%20(ctags2)
>> >
>> > Darrell
>> >
>>
>> CMakeCache, not CMakeLists ;-)
>
> Here : :)
>
> http://humanreadable.nfshost.com/trinity/build_logs/CMakeCache.txt
>
> Darrell

Found the problem.  You will need to replace all instances of
TQT_INCLUDE_DIRS
with
TQT_INCLUDEDIR
in all of your CMakeLists.txt files.

Tim