compile problem kdevelop-pg-qt

jay kdevelop at jxx.sk
Wed Jun 22 15:47:51 BST 2011


On 06/22/2011 04:37 PM, Milian Wolff wrote:
> On Wednesday 22 June 2011 16:11:35 jay wrote:
>> successfully compiled quanta, kphotoalbum, yakuake
>> or i don't really know what is a QT app :)
> ok then this works.
>
>> could be possibly a bug in kdev-pg-qt,
>> because some google results with this error result in upstream fixes.
> Do you use gold?
nope, or "no comprende" :)

>  And try to add ${QT_QTCORE_LIBRARY} to the 
> target_link_libraries in tests/CMakeLists.txt
>
I was trying that

$ git diff
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4084076..f14330b 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -24,5 +24,6 @@ set(benchmarks_SRCS
 kde4_add_unit_test(benchmarks ${benchmarks_SRCS})
 target_link_libraries(benchmarks
     ${QT_QTTEST_LIBRARY}
+    ${QT_QTCORE_LIBRARY}
 )

I tryed also
${QT_LIBRARIES}
QtCore


but no change

(I'm feeling like a blind man on a highway, but atleast I learn
something new :) )







More information about the KDevelop mailing list