summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/kioslave/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 17:40:40 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 15:53:49 +0200
commit0588836c47b8b80e99e74df39db237e09a314cab (patch)
tree41901f91657f91db2d4f842e7995418f3b602ddb /kopete/protocols/jabber/kioslave/CMakeLists.txt
parent6c64b46075f0493618615817654a46c22ebb1d23 (diff)
downloadtdenetwork-0588836c47b8b80e99e74df39db237e09a314cab.tar.gz
tdenetwork-0588836c47b8b80e99e74df39db237e09a314cab.zip
Fix jabber protocol compilation
This closes Bug 695 (cherry picked from commit 3acd5cf92bcf0e40e98a5735f429f2a0de6a3649)
Diffstat (limited to 'kopete/protocols/jabber/kioslave/CMakeLists.txt')
-rw-r--r--kopete/protocols/jabber/kioslave/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/kioslave/CMakeLists.txt b/kopete/protocols/jabber/kioslave/CMakeLists.txt
index 12fa4173..24b4ce81 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
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}
)