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

(-)tdeio-locate-trinity-14.0.8-orig/ConfigureChecks.cmake (+2 lines)
Lines 14-19 Link Here
14
find_package( TQt )
14
find_package( TQt )
15
find_package( TDE )
15
find_package( TDE )
16
16
17
pkg_search_module( LIBR libr )
18
17
tde_setup_architecture_flags( )
19
tde_setup_architecture_flags( )
18
20
19
include(TestBigEndian)
21
include(TestBigEndian)
(-)tdeio-locate-trinity-14.0.8-orig/src/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

Return to bug 3126