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

(-)tdeioslave/nfs/CMakeLists.txt.orig (+1 lines)
Lines 12-17 Link Here
12
include_directories(
12
include_directories(
13
  ${CMAKE_CURRENT_BINARY_DIR}
13
  ${CMAKE_CURRENT_BINARY_DIR}
14
  ${CMAKE_BINARY_DIR}
14
  ${CMAKE_BINARY_DIR}
15
  ${CMAKE_CURRENT_SOURCE_DIR}
15
  ${TDE_INCLUDE_DIR}
16
  ${TDE_INCLUDE_DIR}
16
  ${TQT_INCLUDE_DIRS}
17
  ${TQT_INCLUDE_DIRS}
17
)
18
)

Return to bug 2110