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

(-)trinity-tdebase-14.0.0~pre738+d41051b3/kcontrol/background/CMakeLists.txt.ORI (+1 lines)
Lines 23-28 Link Here
23
23
24
  link_directories(
24
  link_directories(
25
    ${TQT_LIBRARY_DIRS}
25
    ${TQT_LIBRARY_DIRS}
26
    ${LIBART_LIBRARY_DIRS}
26
  )
27
  )
27
28
28
  ##### bgnd (static) #############################
29
  ##### bgnd (static) #############################
(-)trinity-tdebase-14.0.0~pre738+d41051b3/kcontrol/kicker/CMakeLists.txt.ftbfs (+1 lines)
Lines 22-27 Link Here
22
22
23
link_directories(
23
link_directories(
24
  ${TQT_LIBRARY_DIRS}
24
  ${TQT_LIBRARY_DIRS}
25
  ${LIBART_LIBRARY_DIRS}
25
)
26
)
26
27
27
##### other data ################################
28
##### other data ################################
(-)trinity-tdebase-14.0.0~pre738+d41051b3/kcontrol/tdm/CMakeLists.txt.ftbfs (+1 lines)
Lines 19-24 Link Here
19
19
20
link_directories(
20
link_directories(
21
  ${TQT_LIBRARY_DIRS}
21
  ${TQT_LIBRARY_DIRS}
22
  ${LIBART_LIBRARY_DIRS}
22
)
23
)
23
24
24
##### other data ################################
25
##### other data ################################
(-)trinity-tdebase-14.0.0~pre738+d41051b3/kcontrol/icons/CMakeLists.txt.ftbfs (+1 lines)
Lines 19-24 Link Here
19
19
20
link_directories(
20
link_directories(
21
  ${TQT_LIBRARY_DIRS}
21
  ${TQT_LIBRARY_DIRS}
22
  ${LIBART_LIBRARY_DIRS}
22
)
23
)
23
24
24
##### other data ################################
25
##### other data ################################
(-)trinity-tdebase-14.0.0~pre738+d41051b3/tdm/kfrontend/CMakeLists.txt.ftbfs (+1 lines)
Lines 26-31 Link Here
26
26
27
link_directories(
27
link_directories(
28
  ${TQT_LIBRARY_DIRS}
28
  ${TQT_LIBRARY_DIRS}
29
  ${LIBART_LIBRARY_DIRS}
29
)
30
)
30
31
31
32
(-)trinity-tdebase-14.0.0~pre738+d41051b3/kdesktop/CMakeLists.txt.ftbfs (+1 lines)
Lines 36-41 Link Here
36
36
37
link_directories(
37
link_directories(
38
  ${TQT_LIBRARY_DIRS}
38
  ${TQT_LIBRARY_DIRS}
39
  ${LIBART_LIBRARY_DIRS}
39
)
40
)
40
41
41
42

Return to bug 1560