[poppler] CMakeLists.txt configure.ac
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Mar 21 07:48:26 PDT 2009
CMakeLists.txt | 2 +-
configure.ac | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit a103c60abd5fe4c721b099c005daf22d6350c355
Author: Albert Astals Cid <aacid at 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
More information about the poppler
mailing list