openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages libQtGTL-0.9.1-dso_linking.patch
      Pages: < 1 >  DOWNLOAD      
--- libQtGTL-0.9.1/QtGTL/CMakeLists.txt	2010-02-13 11:23:11.000000000 +0100
+++ libQtGTL-0.9.1/QtGTL/CMakeLists.txt.dso	2011-01-02 15:36:34.000000000 +0100
@@ -13,7 +13,7 @@
 qt4_automoc(${libQtShiva_SRCS})
 
 add_library(QtGTL SHARED ${libQtGTL_SRCS})
-target_link_libraries(QtGTL ${QT_QTGUI_LIBRARY} ${OPENSHIVA_LIBRARIES} )
+target_link_libraries(QtGTL ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${OPENSHIVA_LIBRARIES} )
 
 install(TARGETS QtGTL DESTINATION ${LIB_INSTALL_DIR} )
 install( FILES QImageBuffer.h QImageImage.h DESTINATION ${INCLUDE_INSTALL_DIR}/QtGTL )