Fix jabber protocol compilation

This closes Bug 695
pull/1/head
Timothy Pearson 13 years ago
parent 59cdd35816
commit 3acd5cf92b

@ -80,6 +80,6 @@ tde_add_kpart( kopete_jabber AUTOMOC
jabberclient-static kopetejabberui-static jabberclient-static kopetejabberui-static
iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static
qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES} qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES}
kopete-shared kopete-shared idn
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -80,6 +80,7 @@
#include <set> #include <set>
#include <list> #include <list>
#include <cstddef>
// On our copy of sigslot.h, we force single threading // On our copy of sigslot.h, we force single threading
#define SIGSLOT_PURE_ISO #define SIGSLOT_PURE_ISO

@ -37,6 +37,6 @@ tde_add_kpart( kio_jabberdisco AUTOMOC
LINK LINK
jabberclient-static jabberclient-static
iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-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} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

Loading…
Cancel
Save