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

(-)kmplayer-trinity-14.0.8-orig/src/CMakeLists.txt (+15 lines)
Lines 25-30 Link Here
25
link_directories(
25
link_directories(
26
  ${TQT_LIBRARY_DIRS}
26
  ${TQT_LIBRARY_DIRS}
27
  ${TDE_LIB_DIR}
27
  ${TDE_LIB_DIR}
28
  ${CAIRO_LIBRARY_DIRS}
29
  ${EXPAT_LIBRARY_DIRS}
30
  ${XINE_LIBRARY_DIRS}
31
  ${NSPR_LIBRARY_DIRS}
32
  ${DBUS_LIBRARY_DIRS}
33
  ${DBUS-TQT_LIBRARY_DIRS}
34
  ${GSTREAMER_LIBRARY_DIRS}
35
  ${GSTREAMER_VIDEO_LIBRARY_DIRS}
36
  ${GSTREAMER_PLUGIN_LIBRARY_DIRS}
37
  ${X11_LIBRARY_DIR}
38
  ${X11_XTest_LIBRARY_PATH}
39
  ${GDK2_LIBRARY_DIRS}
40
  ${GTK2_LIBRARY_DIRS}
41
  ${GLIB2_LIBRARY_DIRS}
42
  ${DBUS-GLIB_LIBRARY_DIRS}
28
)
43
)
29
44
30
45

Return to bug 3130