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

(-)kdegraphics.ORI/ksnapshot/CMakeLists.txt (-1 / +1 lines)
Lines 40-45 Link Here
40
  SOURCES
40
  SOURCES
41
    ksnapshotiface.skel main.cpp ksnapshot.cpp regiongrabber.cpp
41
    ksnapshotiface.skel main.cpp ksnapshot.cpp regiongrabber.cpp
42
    windowgrabber.cpp ksnapshotwidget.ui
42
    windowgrabber.cpp ksnapshotwidget.ui
43
  LINK kdeprint-shared
43
  LINK kdeprint-shared Xext
44
  DESTINATION ${BIN_INSTALL_DIR}
44
  DESTINATION ${BIN_INSTALL_DIR}
45
)
45
)

Return to bug 984