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

(-)trinity-tdevelop-3.5.13.2/lib/interfaces/external/CMakeLists.txt.ORI (+4 lines)
Lines 15-20 Link Here
15
  ${TQT_INCLUDE_DIRS}
15
  ${TQT_INCLUDE_DIRS}
16
)
16
)
17
17
18
link_directories(
19
  ${TQT_LIBRARY_DIRS}
20
)
21
18
22
19
##### headers ###################################
23
##### headers ###################################
20
24
(-)trinity-tdevelop-3.5.13.2/src/newui/CMakeLists.txt.ORI (+4 lines)
Lines 15-20 Link Here
15
  ${TQT_INCLUDE_DIRS}
15
  ${TQT_INCLUDE_DIRS}
16
)
16
)
17
17
18
link_directories(
19
  ${TQT_LIBRARY_DIRS}
20
)
21
18
22
19
##### d (shared) ################################
23
##### d (shared) ################################
20
24

Return to bug 1393