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

(-)a/kate/CMakeLists.txt (-1 / +7 lines)
Lines 1-5 Link Here
1
project( kate )
2
1
add_subdirectory( utils )
3
add_subdirectory( utils )
2
add_subdirectory( interfaces )
4
add_subdirectory( interfaces )
3
add_subdirectory( app )
5
add_subdirectory( app )
4
add_subdirectory( data )
6
add_subdirectory( data )
5
add_subdirectory( pics )
7
add_subdirectory( pics )
6
- 
8
9
10
##### install import cmake modules ###############
11
12
tde_install_export( )

Return to bug 1638