From e87d6853ee74980b2a16cc46f0d39a031a58d658 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 17 Feb 2008 17:09:06 +0000 Subject: Bump minimum required version of Qt to 4.4.0. BUG: 157888 Please note that compilation bugs for subversion checkouts do NOT belong bugzilla! Report them to the appropriate mailing list instead. svn path=/trunk/KDE/kdelibs/; revision=776226 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index c4f85cfc..0b0e13b9 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -218,7 +218,7 @@ include (MacroEnsureVersion) cmake_minimum_required(VERSION 2.4.5 FATAL_ERROR) -set(QT_MIN_VERSION "4.3.0") +set(QT_MIN_VERSION "4.4.0") #this line includes FindQt4.cmake, which searches the Qt library and headers find_package(Qt4 REQUIRED) -- cgit v1.2.1