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

(-)CMakeLists.txt (-2 / +2 lines)
Lines 112-118 Link Here
112
option( BUILD_TDM "Build tdm" ${BUILD_ALL} )
112
option( BUILD_TDM "Build tdm" ${BUILD_ALL} )
113
option( BUILD_KSMSERVER "Build ksmserver" ${BUILD_ALL} )
113
option( BUILD_KSMSERVER "Build ksmserver" ${BUILD_ALL} )
114
option( BUILD_KSPLASHML "Build ksplashml" ${BUILD_ALL} )
114
option( BUILD_KSPLASHML "Build ksplashml" ${BUILD_ALL} )
115
option( BUILD_STARTKDE "Build starttde" ${BUILD_ALL} )
115
option( BUILD_STARTTDE "Build starttde" ${BUILD_ALL} )
116
option( BUILD_KFIND "Build kfind" ${BUILD_ALL} )
116
option( BUILD_KFIND "Build kfind" ${BUILD_ALL} )
117
option( BUILD_DRKONQI "Build drkonqi" ${BUILD_ALL} )
117
option( BUILD_DRKONQI "Build drkonqi" ${BUILD_ALL} )
118
option( BUILD_KDCOP "Build kdcop" ${BUILD_ALL} )
118
option( BUILD_KDCOP "Build kdcop" ${BUILD_ALL} )
Lines 210-216 Link Here
210
210
211
##### install starttde & related stuff ##########
211
##### install starttde & related stuff ##########
212
212
213
if( BUILD_STARTKDE )
213
if( BUILD_STARTTDE )
214
  install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} )
214
  install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} )
215
endif()
215
endif()
216
216

Return to bug 852