Bump required Qt version for the client (and monolithic) to 4.6.0
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 15 Jun 2010 21:32:33 +0000 (23:32 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 15 Jun 2010 21:32:33 +0000 (23:32 +0200)
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.

CMakeLists.txt

index 2a449b7..e0cf847 100644 (file)
@@ -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)
 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)
 else(WANT_MONO OR WANT_QTCLIENT)
   set(QT_MIN_VERSION "4.4.0")
 endif(WANT_MONO OR WANT_QTCLIENT)