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

(-)kpilot-trinity-14.0.8-orig/ConfigureChecks.cmake (+2 lines)
Lines 43-45 Link Here
43
if( NOT PILOTLINK_FOUND)
43
if( NOT PILOTLINK_FOUND)
44
  tde_message_fatal( "PilotLink is required but not found on your system." )
44
  tde_message_fatal( "PilotLink is required but not found on your system." )
45
endif( )
45
endif( )
46
47
pkg_search_module( LIBR libr )
(-)kpilot-trinity-14.0.8-orig/conduits/abbrowserconduit/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
16
(-)kpilot-trinity-14.0.8-orig/conduits/docconduit/CMakeLists.txt (+1 lines)
Lines 12-17 Link Here
12
12
13
link_directories(
13
link_directories(
14
  ${TQT_LIBRARY_DIRS}
14
  ${TQT_LIBRARY_DIRS}
15
  ${LIBR_LIBRARY_DIRS}
15
)
16
)
16
17
17
18
(-)kpilot-trinity-14.0.8-orig/conduits/knotes/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
tde_import( libkmime )
16
tde_import( libkmime )
(-)kpilot-trinity-14.0.8-orig/conduits/memofileconduit/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
16
(-)kpilot-trinity-14.0.8-orig/conduits/notepadconduit/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
16
(-)kpilot-trinity-14.0.8-orig/conduits/popmail/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
16
(-)kpilot-trinity-14.0.8-orig/conduits/sysinfoconduit/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
16
(-)kpilot-trinity-14.0.8-orig/conduits/timeconduit/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
16
(-)kpilot-trinity-14.0.8-orig/conduits/vcalconduit/CMakeLists.txt (+1 lines)
Lines 10-15 Link Here
10
10
11
link_directories(
11
link_directories(
12
  ${TQT_LIBRARY_DIRS}
12
  ${TQT_LIBRARY_DIRS}
13
  ${LIBR_LIBRARY_DIRS}
13
)
14
)
14
15
15
tde_import( libkmime )
16
tde_import( libkmime )
(-)kpilot-trinity-14.0.8-orig/kpilot/CMakeLists.txt (+1 lines)
Lines 12-17 Link Here
12
12
13
link_directories(
13
link_directories(
14
  ${TQT_LIBRARY_DIRS}
14
  ${TQT_LIBRARY_DIRS}
15
  ${LIBR_LIBRARY_DIRS}
15
)
16
)
16
17
17
18
(-)kpilot-trinity-14.0.8-orig/lib/CMakeLists.txt (+1 lines)
Lines 9-14 Link Here
9
9
10
link_directories(
10
link_directories(
11
  ${TQT_LIBRARY_DIRS}
11
  ${TQT_LIBRARY_DIRS}
12
  ${LIBR_LIBRARY_DIRS}
12
)
13
)
13
14
14
tde_import( libkmime )
15
tde_import( libkmime )

Return to bug 3129