Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254998
Collapse All | Expand All

(-)kplayer-0.7/kplayer/CMakeLists.txt (-1 / +1 lines)
Lines 65-71 Link Here
65
65
66
kde4_add_plugin(kplayerpart WITH_PREFIX ${kplayerpart_PART_SRCS})
66
kde4_add_plugin(kplayerpart WITH_PREFIX ${kplayerpart_PART_SRCS})
67
67
68
target_link_libraries(kplayerpart ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBRARY})
68
target_link_libraries(kplayerpart ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBRARY} ${X11_LIBRARIES})
69
69
70
install(TARGETS kplayerpart DESTINATION ${PLUGIN_INSTALL_DIR} )
70
install(TARGETS kplayerpart DESTINATION ${PLUGIN_INSTALL_DIR} )
71
71

Return to bug 254998