CMakeLists.txt | 2 +- configure.ac | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit debf6c499c2d3bece7900283c57c870c722cfc49 Author: Albert Astals Cid <[email protected]> Date: Sat Mar 21 15:47:12 2009 +0100 Update version we need of Qt4 diff --git a/CMakeLists.txt b/CMakeLists.txt index fdceaa1..c690c1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(TEXTOUT_WORD_LIST ON) # setting the minimum required versions for some components set(QT3_MIN_VERSION "3.3.0") -set(QT4_MIN_VERSION "4.1.0") +set(QT4_MIN_VERSION "4.3.0") set(CAIRO_VERSION "1.4") macro_bool_to_01(ENABLE_SPLASH HAVE_SPLASH) diff --git a/configure.ac b/configure.ac index 6e11ae3..8c7d4eb 100644 --- a/configure.ac +++ b/configure.ac @@ -340,17 +340,17 @@ AC_ARG_ENABLE(poppler-qt4, enable_poppler_qt4="try") if test x$enable_poppler_qt4 = xyes; then PKG_CHECK_MODULES(POPPLER_QT4, - QtCore >= 4.1.0 QtGui >= 4.1.0 QtXml >= 4.1.0) + QtCore >= 4.3.0 QtGui >= 4.3.0 QtXml >= 4.3.0) PKG_CHECK_MODULES(POPPLER_QT4_TEST, - QtTest >= 4.1.0) + QtTest >= 4.3.0) elif test x$enable_poppler_qt4 = xtry; then PKG_CHECK_MODULES(POPPLER_QT4, - QtCore >= 4.1.0 QtGui >= 4.1.0 QtXml >= 4.1.0, + QtCore >= 4.3.0 QtGui >= 4.3.0 QtXml >= 4.3.0, [enable_poppler_qt4="yes"], [enable_poppler_qt4="no"]) if test x$enable_poppler_qt4 = xyes; then PKG_CHECK_MODULES(POPPLER_QT4_TEST, - QtTest >= 4.1.0, + QtTest >= 4.3.0, [enable_poppler_qt4="yes"], [enable_poppler_qt4="no"]) fi _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
