From 05dbff9935d1fd368d2f8d6b22b000784f7ce420 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 23 Oct 2019 15:26:38 +0200 Subject: Require Qt 5.7 or later --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d92d45c8..bd8fc1f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_STRING) set(CMAKE_CXX_STANDARD 11) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/modules") -find_package(Qt5 REQUIRED COMPONENTS Core Network Xml) +find_package(Qt5 5.7.0 REQUIRED COMPONENTS Core Network Xml) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) diff --git a/README.md b/README.md index 12dce062..6879ca40 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ version 2.1 or later. Building QXmpp ============== -QXmpp requires Qt 5.0 or higher with SSL enabled. +QXmpp requires Qt 5.7 or higher with SSL enabled. It uses CMake as build system. Build from command line: -- cgit v1.2.3