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

(-)kdenetwork/kopete/protocols/msn/CMakeLists.txt.ORI (+1 lines)
Lines 28-33 Link Here
28
  ${CMAKE_BINARY_DIR}
28
  ${CMAKE_BINARY_DIR}
29
  ${CMAKE_SOURCE_DIR}/kopete/libkopete
29
  ${CMAKE_SOURCE_DIR}/kopete/libkopete
30
  ${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
30
  ${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
31
  ${CMAKE_SOURCE_DIR}/kopete/libkopete/private
31
  ${TDE_INCLUDE_DIR}
32
  ${TDE_INCLUDE_DIR}
32
  ${TQT_INCLUDE_DIRS}
33
  ${TQT_INCLUDE_DIRS}
33
)
34
)

Return to bug 695