diff options
author | Timothy Pearson <[email protected]> | 2012-06-12 02:08:20 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-12 02:08:20 -0500 |
commit | 6f17856dec29f6a84d5e38b6db12fdc632cd4394 (patch) | |
tree | 07fde9189b1369ebd1f41ce14329bb26aef975ab /kopete/protocols/jabber | |
parent | f670853164f8a23f3656fa9de72b12b962b9bcaa (diff) | |
download | tdenetwork-6f17856dec29f6a84d5e38b6db12fdc632cd4394.tar.gz tdenetwork-6f17856dec29f6a84d5e38b6db12fdc632cd4394.zip |
Fix build errors
Thanks to Roman Savochenko for the patch!
Diffstat (limited to 'kopete/protocols/jabber')
-rw-r--r-- | kopete/protocols/jabber/kioslave/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/kioslave/CMakeLists.txt b/kopete/protocols/jabber/kioslave/CMakeLists.txt index 6c691ae5..9539457b 100644 --- a/kopete/protocols/jabber/kioslave/CMakeLists.txt +++ b/kopete/protocols/jabber/kioslave/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_kpart( kio_jabberdisco AUTOMOC LINK jabberclient-static idn iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static - qca-static cutestuff_network-static cutestuff_util-static kio-shared idn + qca-static cutestuff_network-static cutestuff_util-static kio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |