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

(-)a/CMakeLists.txt (-1 / +2 lines)
Lines 95-101 set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) Link Here
95
95
96
##### tdegraphics directories ###################
96
##### tdegraphics directories ###################
97
97
98
if( BUILD_KFILE_PLUGINS OR BUILD_GHOSTKVIEW )
98
# kghostview/ps requires dscparse-static library
99
if( BUILD_KFILE_PLUGINS AND NOT BUILD_KGHOSTVIEW )
99
  add_subdirectory( kghostview/dscparse )
100
  add_subdirectory( kghostview/dscparse )
100
endif( )
101
endif( )
101
102
(-)a/admin (-1 / +1 lines)
Line 1 Link Here
1
Subproject commit efdff81cd246d0737ecb1a82ef6fd588c0a6bc08
1
Subproject commit efdff81cd246d0737ecb1a82ef6fd588c0a6bc08-dirty
(-)a/kghostview/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
#################################################
10
#################################################
11
11
12
add_subdirectory( data )
12
add_subdirectory( data )
13
add_subdirectory( dscparse )
13
14
14
include_directories(
15
include_directories(
15
  ${CMAKE_CURRENT_BINARY_DIR}
16
  ${CMAKE_CURRENT_BINARY_DIR}

Return to bug 1301