compile problem kdevelop-pg-qt
Milian Wolff
mail at milianw.de
Fri Jun 24 17:58:33 UTC 2011
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.
bye
--
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110624/ba957618/attachment.sig>
More information about the KDevelop-devel
mailing list