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

(-)akregator/src/CMakeLists.txt (-1 lines)
Lines 82-88 Link Here
82
    tag.cpp tagfolder.cpp tagnode.cpp tagnodelist.cpp
82
    tag.cpp tagfolder.cpp tagnode.cpp tagnodelist.cpp
83
    tagset.cpp trayicon.cpp treenode.cpp treenodevisitor.cpp
83
    tagset.cpp trayicon.cpp treenode.cpp treenodevisitor.cpp
84
    utils.cpp
84
    utils.cpp
85
  VERSION 0.0.0
86
  LINK rsslocal-static kio-shared
85
  LINK rsslocal-static kio-shared
87
  DESTINATION ${LIB_INSTALL_DIR}
86
  DESTINATION ${LIB_INSTALL_DIR}
88
)
87
)

Return to bug 540