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

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/kioslave/media/mediamanager/CMakeLists.txt
0
++ b/kioslave/media/mediamanager/CMakeLists.txt
Lines 20-25 include_directories( Link Here
20
  ${TDE_INCLUDE_DIR}
20
  ${TDE_INCLUDE_DIR}
21
  ${TQT_INCLUDE_DIRS}
21
  ${TQT_INCLUDE_DIRS}
22
  ${HAL_INCLUDE_DIRS}
22
  ${HAL_INCLUDE_DIRS}
23
  ${DBUS_TQT_INCLUDE_DIRS}
23
)
24
)
24
link_directories(
25
link_directories(

Return to bug 755