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

(-)a/plugins/audiooutput/arts/CMakeLists.txt (+1 lines)
Lines 18-23 include_directories( Link Here
18
  ${TDE_INCLUDE_DIR}
18
  ${TDE_INCLUDE_DIR}
19
  ${TQT_INCLUDE_DIRS}
19
  ${TQT_INCLUDE_DIRS}
20
  ${ARTS_INCLUDE_DIRS}
20
  ${ARTS_INCLUDE_DIRS}
21
  ${TDE_INCLUDE_DIR}/..
21
)
22
)
22
23
23
link_directories(
24
link_directories(
(-)a/plugins/decoder/ffmpeg/CMakeLists.txt (+1 lines)
Lines 18-23 include_directories( Link Here
18
  ${CMAKE_SOURCE_DIR}/libk3bdevice
18
  ${CMAKE_SOURCE_DIR}/libk3bdevice
19
  ${TDE_INCLUDE_DIR}
19
  ${TDE_INCLUDE_DIR}
20
  ${TQT_INCLUDE_DIRS}
20
  ${TQT_INCLUDE_DIRS}
21
  ${LIBAVUTIL_INCLUDE_DIRS}
21
)
22
)
22
23
23
link_directories(
24
link_directories(

Return to bug 2714