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

(-) (-2 / +1 lines)
Line  Link Here
-- src/CMakeLists.txt
Lines 25-31 Link Here
25
  ${CMAKE_SOURCE_DIR}/src/svnfrontend
25
  ${CMAKE_SOURCE_DIR}/src/svnfrontend
26
  ${CMAKE_SOURCE_DIR}/src/svnqt/cache
26
  ${CMAKE_SOURCE_DIR}/src/svnqt/cache
27
  ${SUBVERSION_INCLUDE_DIR}
27
  ${SUBVERSION_INCLUDE_DIR}
28
  /usr/include/apr-1.0
28
  ${APR_INCLUDE_DIRS}
29
)
29
)
30
30
31
link_directories(
31
link_directories(

Return to bug 916