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

(-)kbfx-trinity-14.0.8-orig/ConfigureChecks.cmake (+3 lines)
Lines 61-63 Link Here
61
	SET(MANDRAKE "")
61
	SET(MANDRAKE "")
62
	MESSAGE(STATUS "Will use 'kmenuedit'!")
62
	MESSAGE(STATUS "Will use 'kmenuedit'!")
63
ENDIF (HAVE_MANDRAKE AND USE_MENUDRAKE)
63
ENDIF (HAVE_MANDRAKE AND USE_MENUDRAKE)
64
65
# libr
66
pkg_search_module( LIBR libr )
(-)kbfx-trinity-14.0.8-orig/configdialog/CMakeLists.txt (+1 lines)
Lines 24-29 Link Here
24
  ${TQT_LIBRARY_DIRS}
24
  ${TQT_LIBRARY_DIRS}
25
  ${CMAKE_BINARY_DIR}/kbfxlib/common
25
  ${CMAKE_BINARY_DIR}/kbfxlib/common
26
  ${CMAKE_BINARY_DIR}/kbfxlib/data
26
  ${CMAKE_BINARY_DIR}/kbfxlib/data
27
  ${LIBR_LIBRARY_DIRS}
27
)
28
)
28
29
29
30
(-)kbfx-trinity-14.0.8-orig/kbfxlib/common/CMakeLists.txt (+1 lines)
Lines 19-24 Link Here
19
19
20
link_directories(
20
link_directories(
21
  ${TQT_LIBRARY_DIRS}
21
  ${TQT_LIBRARY_DIRS}
22
  ${LIBR_LIBRARY_DIRS}
22
)
23
)
23
24
24
25
(-)kbfx-trinity-14.0.8-orig/kbfxlib/data/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
(-)kbfx-trinity-14.0.8-orig/plugins/applications/CMakeLists.txt (+1 lines)
Lines 25-30 Link Here
25
  ${TQT_LIBRARY_DIRS}
25
  ${TQT_LIBRARY_DIRS}
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
28
  ${LIBR_LIBRARY_DIRS}
28
)
29
)
29
30
30
31
(-)kbfx-trinity-14.0.8-orig/plugins/plasmoids/CMakeLists.txt (+1 lines)
Lines 25-30 Link Here
25
  ${TQT_LIBRARY_DIRS}
25
  ${TQT_LIBRARY_DIRS}
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
28
  ${LIBR_LIBRARY_DIRS}
28
)
29
)
29
30
30
31
(-)kbfx-trinity-14.0.8-orig/plugins/recentstuff/CMakeLists.txt (+1 lines)
Lines 25-30 Link Here
25
  ${TQT_LIBRARY_DIRS}
25
  ${TQT_LIBRARY_DIRS}
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
28
  ${LIBR_LIBRARY_DIRS}
28
)
29
)
29
30
30
31
(-)kbfx-trinity-14.0.8-orig/plugins/settings/CMakeLists.txt (+1 lines)
Lines 25-30 Link Here
25
  ${TQT_LIBRARY_DIRS}
25
  ${TQT_LIBRARY_DIRS}
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
28
  ${LIBR_LIBRARY_DIRS}
28
)
29
)
29
30
30
31
(-)kbfx-trinity-14.0.8-orig/plugins/strigi/CMakeLists.txt (+1 lines)
Lines 25-30 Link Here
25
  ${TQT_LIBRARY_DIRS}
25
  ${TQT_LIBRARY_DIRS}
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
26
  ${CMAKE_BINARY_DIR}/kbfxlib/common
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
27
  ${CMAKE_BINARY_DIR}/kbfxlib/data
28
  ${LIBR_LIBRARY_DIRS}
28
)
29
)
29
30
30
31
(-)kbfx-trinity-14.0.8-orig/src/CMakeLists.txt (+1 lines)
Lines 23-28 Link Here
23
  ${TQT_LIBRARY_DIRS}
23
  ${TQT_LIBRARY_DIRS}
24
  ${CMAKE_BINARY_DIR}/kbfxlib/common
24
  ${CMAKE_BINARY_DIR}/kbfxlib/common
25
  ${CMAKE_BINARY_DIR}/kbfxlib/data
25
  ${CMAKE_BINARY_DIR}/kbfxlib/data
26
  ${LIBR_LIBRARY_DIRS}
26
)
27
)
27
28
28
29

Return to bug 3131