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

(-)a/modules/FindTQt.cmake (-2 / +1 lines)
Lines 86-91 tde_restore( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES ) Link Here
86
86
87
87
88
# TQT_CXX_FLAGS
88
# TQT_CXX_FLAGS
89
foreach( _flag ${TQT_CFLAGS_OTHER} )
89
foreach( _flag ${TQT_CFLAGS} ${TQT_CFLAGS_OTHER} )
90
  set( TQT_CXX_FLAGS "${TQT_CXX_FLAGS} ${_flag}" )
90
  set( TQT_CXX_FLAGS "${TQT_CXX_FLAGS} ${_flag}" )
91
endforeach()
91
endforeach()
92
- 

Return to bug 1025