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 1040
Collapse All | Expand All

(-)a/kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt (-1 / +3 lines)
Lines 34-40 add_custom_command( OUTPUT s5b.moc Link Here
34
34
35
set_source_files_properties( s5b.cpp PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/s5b.moc )
35
set_source_files_properties( s5b.cpp PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/s5b.moc )
36
36
37
tde_add_library( iris_jabber STATIC_PIC AUTOMOC
37
tde_automoc( all_mocs.cpp )
38
39
tde_add_library( iris_jabber STATIC_PIC
38
  SOURCES
40
  SOURCES
39
    filetransfer.cpp s5b.cpp xmpp_ibb.cpp xmpp_jidlink.cpp all_mocs.cpp
41
    filetransfer.cpp s5b.cpp xmpp_ibb.cpp xmpp_jidlink.cpp all_mocs.cpp
40
)
42
)

Return to bug 1040