By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1274
Collapse All | Expand All

(-)tdenetwork/kopete/protocols/jabber/kioslave/CMakeLists.txt (-2 / +2 lines)
Lines 35-42 Link Here
35
tde_add_kpart( kio_jabberdisco AUTOMOC
35
tde_add_kpart( kio_jabberdisco AUTOMOC
36
  SOURCES jabberdisco.cpp
36
  SOURCES jabberdisco.cpp
37
  LINK
37
  LINK
38
    jabberclient-static idn
38
    jabberclient-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared idn
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
42
)
42
)

Return to bug 1274