From: Manuel Nickschas Date: Mon, 4 Aug 2008 17:24:20 +0000 (+0200) Subject: master branch requires Qt 4.4 now... X-Git-Tag: 0.3.0~119 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=6af53346e27b25280f9a0d9dcafc5fb59152b7f0 master branch requires Qt 4.4 now... --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 01b33b68..c93fa633 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) endif(HAVE_ANSI) endif(CMAKE_COMPILER_IS_GNUCXX) -set(QT_MIN_VERSION "4.3.0") +set(QT_MIN_VERSION "4.4.0") if(APPLE AND DEPLOY) set(CMAKE_OSX_ARCHITECTURES "i386;ppc")