From b111c8249316fe276057f7a8448d0f279abb962c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 5 Apr 2009 17:05:12 +0200 Subject: too much things to handle.. make rekonq compile just with Qt >= 4.5.0git st --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14957a20..dcb65784 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2) # ================================================================================================= -SET(QT_MIN_VERSION 4.4.0) +SET(QT_MIN_VERSION 4.5.0) FIND_PACKAGE(Qt4 REQUIRED) FIND_PACKAGE(KDE4 REQUIRED) -- cgit v1.2.1