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

(-)a/librss/CMakeLists.txt (+6 lines)
Lines 9-14 Link Here
9
#
9
#
10
#################################################
10
#################################################
11
11
12
project( librss )
13
12
include_directories(
14
include_directories(
13
  ${CMAKE_CURRENT_BINARY_DIR}
15
  ${CMAKE_CURRENT_BINARY_DIR}
14
  ${TDE_INCLUDE_DIR}
16
  ${TDE_INCLUDE_DIR}
Lines 37-39 tde_add_library( rss SHARED AUTOMOC Link Here
37
  LINK kio-shared
39
  LINK kio-shared
38
  DESTINATION ${LIB_INSTALL_DIR}
40
  DESTINATION ${LIB_INSTALL_DIR}
39
)
41
)
42
43
##### install import cmake modules ###############
44
45
tde_install_export( )

Return to bug 1330