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

(-)konsole/konsole/CMakeLists.txt.orig (-1 / +1 lines)
Lines 74-78 Link Here
74
74
75
tde_add_tdeinit_executable( ${target} AUTOMOC
75
tde_add_tdeinit_executable( ${target} AUTOMOC
76
  SOURCES ${${target}_SRCS}
76
  SOURCES ${${target}_SRCS}
77
  LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} dl
77
  LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} ${DL_LIBRARIES}
78
)
78
)

Return to bug 2110