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

(-)kdegraphics/kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake.ORI (+10 lines)
Lines 1-3 Link Here
1
# Poppler
2
if( BUILD_KPDF )
3
  pkg_search_module( POPPLER poppler )
4
  if( POPPLER_FOUND )
5
    set( HAVE_POPPLER 1 )
6
  else( )
7
    tde_message_fatal( "poppler is required, but was not found on your system" )
8
  endif( )
9
endif( )
10
1
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )
11
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )
2
set( CMAKE_REQUIRED_INCLUDES ${DBUS_TQT_INCLUDE_DIRS} ${TQT_INCLUDE_DIRS} ${QT_INCLUDE_DIRS})
12
set( CMAKE_REQUIRED_INCLUDES ${DBUS_TQT_INCLUDE_DIRS} ${TQT_INCLUDE_DIRS} ${QT_INCLUDE_DIRS})
3
set( CMAKE_REQUIRED_LIBRARIES ${DBUS_TQT_LDFLAGS} ${TQT_LDFLAGS} ${QT_LDFLAGS} "-lpoppler" )
13
set( CMAKE_REQUIRED_LIBRARIES ${DBUS_TQT_LDFLAGS} ${TQT_LDFLAGS} ${QT_LDFLAGS} "-lpoppler" )
(-)kdegraphics/kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt.ORI (-1 / +1 lines)
Lines 21-27 Link Here
21
  ${TDE_INCLUDE_DIR}
21
  ${TDE_INCLUDE_DIR}
22
  ${TQT_INCLUDE_DIRS}
22
  ${TQT_INCLUDE_DIRS}
23
  ${CMAKE_SOURCE_DIR}/kfile-plugins/dependencies/poppler-tqt
23
  ${CMAKE_SOURCE_DIR}/kfile-plugins/dependencies/poppler-tqt
24
  /usr/include/poppler
24
  ${POPPLER_INCLUDE_DIRS}
25
)
25
)
26
26
27
link_directories(
27
link_directories(

Return to bug 993