From 2c9d84f2e5eb2fc895527b2fb81b331a5b699c84 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 15 Jun 2008 19:50:09 +0200 Subject: [PATCH] quassel-0.2 only requires Qt 4.3 --- 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