diff options
author | Matt Rogers <mattr@kde.org> | 2008-02-17 17:09:06 +0000 |
---|---|---|
committer | Matt Rogers <mattr@kde.org> | 2008-02-17 17:09:06 +0000 |
commit | e87d6853ee74980b2a16cc46f0d39a031a58d658 (patch) | |
tree | 916b06d8a57d90097db516f48e16c221696c2264 | |
parent | 3a1e3c2d59fad59a3f79fd25a787e9c709105ed4 (diff) | |
download | extra-cmake-modules-e87d6853ee74980b2a16cc46f0d39a031a58d658.tar.gz extra-cmake-modules-e87d6853ee74980b2a16cc46f0d39a031a58d658.tar.bz2 |
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
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |