From 187c95211835051c6d066d66a50c17b789084be4 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 15 Jun 2008 19:50:51 +0200 Subject: [PATCH] Master branch still only requires Qt 4.3, though that's likely to change soon --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc148063..be095a94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if(ansi) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ansi") endif(ansi) -set(QT_MIN_VERSION "4.4.0") +set(QT_MIN_VERSION "4.3.0") # By default, we build all binaries if(NOT DEFINED BUILD) -- 2.20.1