now that kde depends on Qt4.3, reenable the xps generator by default

svn path=/trunk/playground/graphics/okular/; revision=648028
This commit is contained in:
Pino Toscano 2007-03-30 09:32:08 +00:00
parent 08ac5c5a06
commit c953ca9927

View file

@ -33,13 +33,7 @@ if(TIFF_FOUND)
add_subdirectory(tiff)
endif(TIFF_FOUND)
# this is a crude hack to prevent breakage while I modify the XPS code
# to use Qt4.3 streaming parsers - bradh.
find_path( QT_XMLSTREAMREADER QXmlStreamReader ${QT_QTXML_INCLUDE_DIR} )
if (${QT_XMLSTREAMREADER} STREQUAL ${QT_QTXML_INCLUDE_DIR})
add_subdirectory(xps)
endif(${QT_XMLSTREAMREADER} STREQUAL ${QT_QTXML_INCLUDE_DIR})
add_subdirectory(xps)
add_subdirectory(ooo)