From kde-commits Tue Feb 05 18:52:34 2008 From: Andre Moreira Magalhaes Date: Tue, 05 Feb 2008 18:52:34 +0000 To: kde-commits Subject: KDE/kdebase/runtime/phonon/xine Message-Id: <1202237554.175433.11813.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120223756307167 SVN commit 771333 by andrunko: Fixed undefined reference to KIcon when linking. M +1 -1 CMakeLists.txt --- trunk/KDE/kdebase/runtime/phonon/xine/CMakeLists.txt #771332:771333 @@ -43,7 +43,7 @@ macro_log_feature(XCB_VIDEO "XCB" "XCB is needed for the video widget, libxine needs to be compiled with XCB" "http://xcb.freedesktop.org/") kde4_add_plugin(phonon_xine ${phonon_xine_PART_SRCS}) -target_link_libraries(phonon_xine ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_PHONON_LIBS} ${XINE_LIBRARY} ${KDE4_KAUDIODEVICELIST_LIBS}) +target_link_libraries(phonon_xine ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${XINE_LIBRARY} ${KDE4_KAUDIODEVICELIST_LIBS}) if(XCB_FOUND AND XINE_XCB_FOUND) target_link_libraries(phonon_xine ${LIBXCB_LIBRARIES}) endif(XCB_FOUND AND XINE_XCB_FOUND)