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

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 301-307 tde_add_library( tdevncclient STATIC_PIC AUTOMOC Link Here
301
  SOURCES
301
  SOURCES
302
    ${LIBVNCCLIENT_SOURCES}
302
    ${LIBVNCCLIENT_SOURCES}
303
  LINK
303
  LINK
304
    ${ADDITIONAL_LIBS} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${GNUTLS_LIBRARIES}
304
    pthread ${ADDITIONAL_LIBS} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${GNUTLS_LIBRARIES} ${OPENSSL_LIBRARIES}
305
)
305
)
306
306
307
##### tdevncserver (static) ########################
307
##### tdevncserver (static) ########################

Return to bug 2927