From: Fridrich S. <str...@us...> - 2010-06-17 10:34:03
|
Update of /cvsroot/libwpg/perfectspot In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11964 Modified Files: CMakeLists.txt Log Message: Adapting perfectspot to recent libwpg and using svg instead of the custom renderer Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/libwpg/perfectspot/CMakeLists.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- CMakeLists.txt 5 Dec 2008 18:44:55 -0000 1.5 +++ CMakeLists.txt 17 Jun 2010 10:33:54 -0000 1.6 @@ -17,7 +17,7 @@ set(QT_MIN_VERSION "4.1.0") find_package(Qt4 REQUIRED) include(${QT_USE_FILE}) -include_directories( ${QT_INCLUDE_DIR} ) +include_directories( ${QT_INCLUDE_DIR} ${QT_QTSVG_INCLUDE_DIR} ) # enable warnings if(CMAKE_COMPILER_IS_GNUCXX ) |