From kde-commits Sun Nov 30 21:37:36 2008 From: Christian Ehrlicher Date: Sun, 30 Nov 2008 21:37:36 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/oscar Message-Id: <1228081056.202327.29548.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122808106416171 SVN commit 891004 by chehrlic: win32 link++ M +7 -1 aim/CMakeLists.txt M +7 -1 icq/CMakeLists.txt --- trunk/KDE/kdenetwork/kopete/protocols/oscar/aim/CMakeLists.txt #891003:891004 @@ -37,7 +37,13 @@ kde4_add_plugin(kopete_aim ${kopete_aim_PART_SRCS}) -target_link_libraries(kopete_aim ${KDE4_KDECORE_LIBS} kopete_oscar oscar kopete ${QT_QTXML_LIBRARY} ) +target_link_libraries(kopete_aim + kopete_oscar + oscar + kopete + ${KDE4_KDEUI_LIBS} + ${QT_QTXML_LIBRARY} + ) install(TARGETS kopete_aim DESTINATION ${PLUGIN_INSTALL_DIR}) --- trunk/KDE/kdenetwork/kopete/protocols/oscar/icq/CMakeLists.txt #891003:891004 @@ -60,7 +60,13 @@ kde4_add_plugin(kopete_icq ${kopete_icq_PART_SRCS}) -target_link_libraries(kopete_icq ${KDE4_KDECORE_LIBS} kopete_oscar oscar kopete ${QT_QTNETWORK_LIBRARY} ) +target_link_libraries(kopete_icq + kopete_oscar + oscar + kopete + ${KDE4_KDEUI_LIBS} + ${QT_QTNETWORK_LIBRARY} + ) install(TARGETS kopete_icq DESTINATION ${PLUGIN_INSTALL_DIR})