From 597b99c857470648f5d3950a0a0835bd34294b0a Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 17 Jul 2018 23:23:27 +0200 Subject: [PATCH] cmake: Bump minimum required version of Qt to 5.5.0 This version of Qt is provided in Ubuntu "Xenial" 16.04, which is our new baseline for distro support. --- CMakeLists.txt | 2 +- INSTALL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 225dfd63..71fa429d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,7 +187,7 @@ endif() # using -DCMAKE_DISABLE_FIND_PACKAGE_=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) diff --git a/INSTALL b/INSTALL index e352897d..17b72d51 100644 --- 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). -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. -- 2.20.1