pretty ugly output!

what if you apply the folowing patch ??

diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index fe4a914..51839fe 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -12,6 +12,7 @@ LIST(APPEND hydrogen_INCLUDES 
${CMAKE_CURRENT_BINARY_DIR}/include/hydrogen/versi
 ADD_LIBRARY( hydrogen-core ${HYDROGEN_CORE_LIBRARY_TYPE}
 ${hydrogen_SOURCES})
 INCLUDE_DIRECTORIES( include
     ${CMAKE_CURRENT_BINARY_DIR}/include           # config.h | version.h
+    ${QT_INCLUDE_DIR}
     ${LIBTAR_INCLUDE_DIR}
     ${LIBARCHIVE_INCLUDE_DIR}
     ${LIBSNDFILE_INCLUDE_DIR}
@@ -31,6 +32,7 @@ SET_TARGET_PROPERTIES(hydrogen-core
     )

TARGET_LINK_LIBRARIES(hydrogen-core
+    ${QT_LIBRARIES}
     ${LIBTAR_LIBRARIES}
     ${LIBARCHIVE_LIBRARIES}
     ${LIBSNDFILE_LIBRARIES}


I don't know why it's correctly linked on linux !?!


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to