X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=c93fa633476c5cfa42ef725628122516dc5e7e3d;hp=01b33b6803aa7f51bb36ad892ccdf0e42933a351;hb=6af53346e27b25280f9a0d9dcafc5fb59152b7f0;hpb=f8557ba65eb38ac4988bfbbb2c4ef579d4534cf0 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")