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

(-)tdepim/libkcal/CMakeLists.txt (-1 / +1 lines)
Lines 49-55 Link Here
49
    resourcelocaldirconfig.h resourcelocaldir.h resourcelocal.h
49
    resourcelocaldirconfig.h resourcelocaldir.h resourcelocal.h
50
    scheduler.h libkcal_export.h todo.h vcaldrag.h vcalformat.h
50
    scheduler.h libkcal_export.h todo.h vcaldrag.h vcalformat.h
51
    attachmenthandler.h ${CMAKE_CURRENT_BINARY_DIR}/htmlexportsettings.h
51
    attachmenthandler.h ${CMAKE_CURRENT_BINARY_DIR}/htmlexportsettings.h
52
  DESTINATION ${INCLUDE_INSTALL_DIR}/tde/libkcal )
52
  DESTINATION ${INCLUDE_INSTALL_DIR}/libkcal )
53
53
54
54
55
##### other data ################################
55
##### other data ################################

Return to bug 600