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

(-)filelight-trinity-14.0.8-orig/ConfigureChecks.cmake (+1 lines)
Lines 22-27 Link Here
22
find_package( TQt )
22
find_package( TQt )
23
find_package( TDE )
23
find_package( TDE )
24
24
25
pkg_search_module( LIBR libr )
25
26
26
##### check for gcc visibility support #########
27
##### check for gcc visibility support #########
27
28
(-)filelight-trinity-14.0.8-orig/src/app/CMakeLists.txt (+1 lines)
Lines 20-25 Link Here
20
20
21
link_directories(
21
link_directories(
22
  ${TQT_LIBRARY_DIRS}
22
  ${TQT_LIBRARY_DIRS}
23
  ${LIBR_LIBRARY_DIRS}
23
)
24
)
24
25
25
26
(-)filelight-trinity-14.0.8-orig/src/part/CMakeLists.txt (+1 lines)
Lines 22-27 Link Here
22
22
23
link_directories(
23
link_directories(
24
  ${TQT_LIBRARY_DIRS}
24
  ${TQT_LIBRARY_DIRS}
25
  ${LIBR_LIBRARY_DIRS}
25
)
26
)
26
27
27
28

Return to bug 3124