compile problem kdevelop-pg-qt
Niko Sams
niko.sams at gmail.com
Thu Mar 29 19:00:13 UTC 2012
On Fri, Jun 24, 2011 at 19:58, Milian Wolff <mail at milianw.de> wrote:
> jay, 24.06.2011:
>> this is the solution:
>>
>>
>> $ git diff
>> diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
>> index 4084076..686c1cf 100644
>> --- a/tests/CMakeLists.txt
>> +++ b/tests/CMakeLists.txt
>> @@ -8,6 +8,7 @@ set(testlocationtable_SRCS
>> kde4_add_unit_test(testlocationtable ${testlocationtable_SRCS})
>> target_link_libraries(testlocationtable
>> ${QT_QTTEST_LIBRARY}
>> + ${QT_QTCORE_LIBRARY}
>> )
>>
>> set(testmemorypool_SRCS
>> @@ -16,13 +17,17 @@ set(testmemorypool_SRCS
>> kde4_add_unit_test(testmemorypool ${testmemorypool_SRCS})
>> target_link_libraries(testmemorypool
>> ${QT_QTTEST_LIBRARY}
>> + ${QT_QTCORE_LIBRARY}
>> )
>>
>> set(benchmarks_SRCS
>> benchmarks.cpp
>> )
>> +
>> +
>> kde4_add_unit_test(benchmarks ${benchmarks_SRCS})
>> target_link_libraries(benchmarks
>> ${QT_QTTEST_LIBRARY}
>> + ${QT_QTCORE_LIBRARY}
>> )
>>
>>
>>
>>
>> In my tests I missed the fact, that benchmarks compiled correctly and
>> the error was on next file.
>
> ah ok, so my first guess was correct after all :]
>
> I'll commit this fix now.
>
I'm having the same build error, apparently this was not committed. (in master)
Is there a reason why not?
Niko
More information about the KDevelop-devel
mailing list