From 90acec489765f6451a1bf70fd6ffb2574594d907 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 15 Jun 2010 23:32:33 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1