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

(-)tdestyles/kthemestyle/CMakeLists.txt.orig (-1 / +1 lines)
Lines 36-41 Link Here
36
36
37
tde_add_kpart( ${target} AUTOMOC
37
tde_add_kpart( ${target} AUTOMOC
38
  SOURCES ${${target}_SRCS}
38
  SOURCES ${${target}_SRCS}
39
  LINK tdefx-shared tdecore-shared dl
39
  LINK tdefx-shared tdecore-shared ${DL_LIBRARIES}
40
  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles
40
  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles
41
)
41
)

Return to bug 2109