From: Manuel Nickschas Date: Tue, 15 Jun 2010 21:32:33 +0000 (+0200) Subject: Bump required Qt version for the client (and monolithic) to 4.6.0 X-Git-Tag: 0.7-beta1~52 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=90acec489765f6451a1bf70fd6ffb2574594d907;hp=d2ba31191366ed2e4e7fdb6203ac461f26ae7073 Bump required Qt version for the client (and monolithic) to 4.6.0 The dep for core only will stay at Qt 4.4.0 for now. This should suit users that tend to run older distros on their servers. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a449b70..e0cf847f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ else(upper_build_type STREQUAL "RELEASE" OR upper_build_type STREQUAL "RELWITHDE endif(upper_build_type STREQUAL "RELEASE" OR upper_build_type STREQUAL "RELWITHDEBUGINFO") if(WANT_MONO OR WANT_QTCLIENT) - set(QT_MIN_VERSION "4.5.0") + set(QT_MIN_VERSION "4.6.0") else(WANT_MONO OR WANT_QTCLIENT) set(QT_MIN_VERSION "4.4.0") endif(WANT_MONO OR WANT_QTCLIENT)