From: Manuel Nickschas Date: Sun, 15 Jun 2008 17:50:51 +0000 (+0200) Subject: Master branch still only requires Qt 4.3, though that's likely to change soon X-Git-Tag: 0.3.0~379^2~4 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=187c95211835051c6d066d66a50c17b789084be4 Master branch still only requires Qt 4.3, though that's likely to change soon --- 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)