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

(-)kdelibs/kdecore/CMakeLists.txt.ORI (-2 / +2 lines)
Lines 73-79 Link Here
73
73
74
##### other data ################################
74
##### other data ################################
75
75
76
tde_install_empty_directory( ${LOCALE_INSTALL_DIR}/all_languages )
76
install( FILES all_languages.desktop
77
  DESTINATION ${LOCALE_INSTALL_DIR} RENAME all_languages )
77
78
78
install( FILES 40.colors Web.colors Royal.colors Rainbow.colors
79
install( FILES 40.colors Web.colors Royal.colors Rainbow.colors
79
  DESTINATION ${CONFIG_INSTALL_DIR}/colors )
80
  DESTINATION ${CONFIG_INSTALL_DIR}/colors )
Lines 87-93 Link Here
87
install( FILES eventsrc
88
install( FILES eventsrc
88
  DESTINATION ${DATA_INSTALL_DIR}/knotify )
89
  DESTINATION ${DATA_INSTALL_DIR}/knotify )
89
90
90
91
##### libkdecore ################################
91
##### libkdecore ################################
92
92
93
set( target kdecore )
93
set( target kdecore )

Return to bug 1074