[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-poppler
Subject:    [poppler] CMakeLists.txt configure.ac
From:       aacid () kemper ! freedesktop ! org (Albert Astals Cid)
Date:       2009-03-21 14:48:26
Message-ID: 20090321144826.3E07410096 () kemper ! freedesktop ! org
[Download RAW message or body]

 CMakeLists.txt |    2 +-
 configure.ac   |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit a103c60abd5fe4c721b099c005daf22d6350c355
Author: Albert Astals Cid <aacid@kde.org>
Date:   Sat Mar 21 15:47:12 2009 +0100

    Update version we need of Qt4

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f74176c..001203c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,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.8.4")
 
 macro_bool_to_01(ENABLE_SPLASH HAVE_SPLASH)
diff --git a/configure.ac b/configure.ac
index eb4e95a..e0d531e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -366,17 +366,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
poppler@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic