aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2007-03-28 08:18:52 +0000
committerLaurent Montel <montel@kde.org>2007-03-28 08:18:52 +0000
commit6a812b5a645c2016b6a8bcb84764d98cfcb5b873 (patch)
tree30320a918b0e7772e8922a8c92d2c069739c6911
parent928851c4877cceca18bbfbf4e17a28daa3fee706 (diff)
downloadextra-cmake-modules-6a812b5a645c2016b6a8bcb84764d98cfcb5b873.tar.gz
extra-cmake-modules-6a812b5a645c2016b6a8bcb84764d98cfcb5b873.tar.bz2
Now we requires qt4.3
Please update your qt-copy/tarball Regards svn path=/trunk/KDE/kdelibs/; revision=647419
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index f7264071..b37f2d85 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -210,7 +210,7 @@ include (MacroEnsureVersion)
cmake_minimum_required(VERSION 2.4.5 FATAL_ERROR)
-set(QT_MIN_VERSION "4.2.0")
+set(QT_MIN_VERSION "4.3.0")
#this line includes FindQt4.cmake, which searches the Qt library and headers
find_package(Qt4 REQUIRED)