From 93dc872306fb4daa2eda10382fff841fd6b9bcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Oct 2012 13:56:01 +0200 Subject: Fix various cmake build issues --- kopete/protocols/jabber/kioslave/CMakeLists.txt | 4 ++-- kopete/protocols/meanwhile/CMakeLists.txt | 4 ++-- kopete/protocols/msn/webcam/libmimic/CMakeLists.txt | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'kopete/protocols') diff --git a/kopete/protocols/jabber/kioslave/CMakeLists.txt b/kopete/protocols/jabber/kioslave/CMakeLists.txt index 9539457b..24b4ce81 100644 --- a/kopete/protocols/jabber/kioslave/CMakeLists.txt +++ b/kopete/protocols/jabber/kioslave/CMakeLists.txt @@ -35,8 +35,8 @@ install( FILES jabberdisco.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( kio_jabberdisco AUTOMOC SOURCES jabberdisco.cpp LINK - jabberclient-static idn + jabberclient-static iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static - qca-static cutestuff_network-static cutestuff_util-static kio-shared + qca-static cutestuff_network-static cutestuff_util-static kio-shared idn DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kopete/protocols/meanwhile/CMakeLists.txt b/kopete/protocols/meanwhile/CMakeLists.txt index 994f6e31..198dfaac 100644 --- a/kopete/protocols/meanwhile/CMakeLists.txt +++ b/kopete/protocols/meanwhile/CMakeLists.txt @@ -35,9 +35,9 @@ link_directories( install( FILES kopete_meanwhile.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -##### new_target0 (module) ####################### +##### kopete_meanwhile (module) ####################### -tde_add_kpart( new_target0 AUTOMOC +tde_add_kpart( kopete_meanwhile AUTOMOC SOURCES meanwhileprotocol.cpp meanwhileaddcontactpage.cpp meanwhileeditaccountwidget.cpp meanwhileaccount.cpp diff --git a/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt b/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt index d98fc837..5a340661 100644 --- a/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt +++ b/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt @@ -20,4 +20,5 @@ tde_add_library( mimic STATIC_PIC SOURCES mimic.c encode.c decode.c bitstring.c vlc_common.c vlc_encode.c vlc_decode.c fdct_quant.c idct_dequant.c colorspace.c deblock.c + LINK ${GLIB2_LIBRARIES} ) -- cgit v1.2.1