cmake: Bump minimum required version of Qt to 5.5.0
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 17 Jul 2018 21:23:27 +0000 (23:23 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
This version of Qt is provided in Ubuntu "Xenial" 16.04, which is our
new baseline for distro support.

CMakeLists.txt
INSTALL

index 225dfd6..71fa429 100644 (file)
@@ -187,7 +187,7 @@ endif()
 # using -DCMAKE_DISABLE_FIND_PACKAGE_<PkgName>=TRUE
 #####################################################################
 
 # using -DCMAKE_DISABLE_FIND_PACKAGE_<PkgName>=TRUE
 #####################################################################
 
-set(QT_MIN_VERSION "5.2.0")
+set(QT_MIN_VERSION "5.5.0")
 add_definitions(-DHAVE_QT5)
 
 find_package(Qt5Core ${QT_MIN_VERSION} QUIET)
 add_definitions(-DHAVE_QT5)
 
 find_package(Qt5Core ${QT_MIN_VERSION} QUIET)
diff --git a/INSTALL b/INSTALL
index e352897..17b72d5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -34,7 +34,7 @@ fairly recent compiler:
 
 Furthermore, CMake 2.8.9 or later is required (2.8.12 for KDE Frameworks).
 
 
 Furthermore, CMake 2.8.9 or later is required (2.8.12 for KDE Frameworks).
 
-As Quassel is a Qt application, you need the Qt SDK, version 5.2 or higher.
+As Quassel is a Qt application, you need the Qt SDK, version 5.5 or higher.
 
 There are several optional dependencies; we will talk about that later.
 
 
 There are several optional dependencies; we will talk about that later.