From kde-commits Tue Aug 26 13:26:53 2008 From: Will Stephenson Date: Tue, 26 Aug 2008 13:26:53 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <1219757213.858829.22420.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121975722407022 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})