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

(-)nsplugins/viewer/CMakeLists.txt.orig (-1 / +1 lines)
Lines 30-35 Link Here
30
    ../NSPluginCallbackIface.stub NSPluginClassIface.skel
30
    ../NSPluginCallbackIface.stub NSPluginClassIface.skel
31
    nsplugin.cpp viewer.cpp qxteventloop.cpp
31
    nsplugin.cpp viewer.cpp qxteventloop.cpp
32
    glibevents.cpp
32
    glibevents.cpp
33
  LINK tdeparts-shared tdeio-shared ${GLIB2_LIBRARIES} Xt dl
33
  LINK tdeparts-shared tdeio-shared ${GLIB2_LIBRARIES} Xt ${DL_LIBRARIES}
34
  DESTINATION ${BIN_INSTALL_DIR}
34
  DESTINATION ${BIN_INSTALL_DIR}
35
)
35
)

Return to bug 2110