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

(-)a/filesharing/advanced/propsdlgplugin/CMakeLists.txt (-1 / +1 lines)
Lines 32-37 install( FILES Link Here
32
32
33
tde_add_library( propsdlgplugin_common STATIC_PIC AUTOMOC
33
tde_add_library( propsdlgplugin_common STATIC_PIC AUTOMOC
34
  SOURCES propertiespage.cpp propertiespagegui.ui
34
  SOURCES propertiespage.cpp propertiespagegui.ui
35
  DEPENDENCIES filesharesamba
35
)
36
)
36
37
37
38
38
- 

Return to bug 1027