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

(-)amarok/amarok/src/metadata/audible/CMakeLists.txt.ORI (+1 lines)
Lines 13-18 Link Here
13
  ${CMAKE_BINARY_DIR}
13
  ${CMAKE_BINARY_DIR}
14
  ${TDE_INCLUDE_DIR}
14
  ${TDE_INCLUDE_DIR}
15
  ${TQT_INCLUDE_DIRS}
15
  ${TQT_INCLUDE_DIRS}
16
  ${TAGLIB_INCLUDE_DIRS}
16
)
17
)
17
18
18
19
(-)amarok/amarok/src/metadata/aac/CMakeLists.txt.ORI (+1 lines)
Lines 12-17 Link Here
12
include_directories(
12
include_directories(
13
  ${TDE_INCLUDE_DIR}
13
  ${TDE_INCLUDE_DIR}
14
  ${TQT_INCLUDE_DIRS}
14
  ${TQT_INCLUDE_DIRS}
15
  ${TAGLIB_INCLUDE_DIRS}
15
)
16
)
16
17
17
18
(-)amarok/amarok/src/metadata/wav/CMakeLists.txt.ORI (+1 lines)
Lines 13-18 Link Here
13
  ${CMAKE_BINARY_DIR}
13
  ${CMAKE_BINARY_DIR}
14
  ${TDE_INCLUDE_DIR}
14
  ${TDE_INCLUDE_DIR}
15
  ${TQT_INCLUDE_DIRS}
15
  ${TQT_INCLUDE_DIRS}
16
  ${TAGLIB_INCLUDE_DIRS}
16
)
17
)
(-)amarok/amarok/src/collectionscanner/CMakeLists.txt.ORI (+1 lines)
Lines 15-20 Link Here
15
  ${CMAKE_SOURCE_DIR}/amarok/src
15
  ${CMAKE_SOURCE_DIR}/amarok/src
16
  ${TDE_INCLUDE_DIR}
16
  ${TDE_INCLUDE_DIR}
17
  ${TQT_INCLUDE_DIRS}
17
  ${TQT_INCLUDE_DIRS}
18
  ${TAGLIB_INCLUDE_DIRS}
18
)
19
)
19
20
20
link_directories(
21
link_directories(

Return to bug 984