From 890470ac2987f7603fd3fd6f2031513f7cc7c708 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Thu, 26 Nov 2009 17:35:33 +0100 Subject: [PATCH] Quassel Client (and monolithic) needs >=Qt 4.5.0 now Core still can be built with Qt 4.4, but for the GUI bits, supporting this long since deprecated Qt is getting quite cumbersome. We'll use quite some 4.5 features in the future. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a811c36..7df90793 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) endif(CMAKE_COMPILER_IS_GNUCXX) if(WANT_MONO OR WANT_QTCLIENT) - set(QT_MIN_VERSION "4.4.1") # Client crashes often with 4.4.0 + set(QT_MIN_VERSION "4.5.0") else(WANT_MONO OR WANT_QTCLIENT) set(QT_MIN_VERSION "4.4.0") endif(WANT_MONO OR WANT_QTCLIENT) -- 2.20.1