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

(-)kpilot/tests/CMakeLists.txt (-1 / +1 lines)
Lines 5-11 Link Here
5
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
5
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
6
6
7
# This can be used for finding data files in the source dir
7
# This can be used for finding data files in the source dir
8
add_definitions( -DKDESRCDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\" )
8
add_definitions( -DTDESRCDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\" )
9
9
10
10
11
set(testconstants_SRCS testconstants.cc)
11
set(testconstants_SRCS testconstants.cc)

Return to bug 860