[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 08b3bcdfd92d36098f89673d35f5eb6ff5f0559a

Eugeniy Meshcheryakov eugen at debian.org
Thu May 15 13:28:08 UTC 2008


The following commit has been merged in the master branch:
commit aac4b299359348f0fe72279e3ebcd509c042cf4e
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue May 13 17:55:36 2008 +0200

    do not require QtXml, all needed classes are now in QtCore
    
    Also require Qt>= 4.4

diff --git a/configure.ac b/configure.ac
index 860a0d4..5f87bf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,10 +12,9 @@ AC_LANG([C++])
 
 AC_PROG_AWK
 
-PKG_CHECK_MODULES([QtCore], [QtCore >= 4.3])
-PKG_CHECK_MODULES([QtGui], [QtGui >= 4.3])
-PKG_CHECK_MODULES([QtXml], [QtXml >= 4.3])
-PKG_CHECK_MODULES([QtScript], [QtScript >= 4.3])
+PKG_CHECK_MODULES([QtCore], [QtCore >= 4.4])
+PKG_CHECK_MODULES([QtGui], [QtGui >= 4.4])
+PKG_CHECK_MODULES([QtScript], [QtScript >= 4.4])
 
 AC_ARG_VAR([MOC], [Meta object compiler command])
 if test -z "$MOC"

-- 
Fondue Font Editor



More information about the fondue-commits mailing list