SVN commit 852732 by wstephens: Build, apparently this broke when the reduced link interface code went in. I'm surprised that nobody else had this problem so CC me if I have used the wrong fix. M +2 -2 CMakeLists.txt --- trunk/KDE/kdenetwork/kopete/plugins/otr/CMakeLists.txt #852731:852732 @@ -10,7 +10,7 @@ kde4_add_plugin(kopete_otr ${kopete_otr_PART_SRCS}) -target_link_libraries(kopete_otr kopete kopete_otr_shared otr) +target_link_libraries(kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr) install(TARGETS kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR}) @@ -24,7 +24,7 @@ kde4_add_plugin(kcm_kopete_otr ${kcm_kopete_otr_PART_SRCS}) -target_link_libraries(kcm_kopete_otr kopete kopete_otr_shared otr) +target_link_libraries(kcm_kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr) install(TARGETS kcm_kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR})