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

(-)a/qtinterface/CMakeLists.txt (-1 / +4 lines)
Lines 217-227 tde_add_library( tqt SHARED Link Here
217
217
218
##### tqassistantclient (shared) ##############################
218
##### tqassistantclient (shared) ##############################
219
219
220
if ( NOT HAVE_REAL_TQT )
220
221
221
tde_add_library( tqassistantclient SHARED
222
tde_add_library( tqassistantclient SHARED
222
  SOURCES
223
  SOURCES
223
    ${IFACE}/tqassistantclient.cpp
224
    ${IFACE}/tqassistantclient.cpp
224
  VERSION 4.2.0
225
  VERSION 4.2.0
225
  LINK ${QT_LIBRARIES} -ltqassistantclient
226
  LINK ${QT_LIBRARIES} -lqassistantclient
226
  DESTINATION ${LIB_INSTALL_DIR}
227
  DESTINATION ${LIB_INSTALL_DIR}
227
)
228
)
229
230
endif ( NOT HAVE_REAL_TQT )

Return to bug 1761