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

(-)tdeioslave/trash/CMakeLists.txt.orig (-1 / +1 lines)
Lines 53-59 Link Here
53
set( target ktrash )
53
set( target ktrash )
54
54
55
tde_add_executable( ${target}
55
tde_add_executable( ${target}
56
  SOURCES discspaceutil.cpp ktrash.cpp ktrashpropsdlgplugin.cpp
56
  SOURCES discspaceutil.cpp ktrash.cpp ktrashpropsdlgplugin.cpp trashimpl.cpp
57
  LINK tdeio-shared
57
  LINK tdeio-shared
58
  DESTINATION ${BIN_INSTALL_DIR}
58
  DESTINATION ${BIN_INSTALL_DIR}
59
)
59
)

Return to bug 1923