aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-10-23 15:26:38 +0200
committerLNJ <lnj@kaidan.im>2019-10-23 18:09:17 +0200
commit05dbff9935d1fd368d2f8d6b22b000784f7ce420 (patch)
tree305dd72bc49f21da9b6e4d87e0140d9ce27c8c7e
parent25da2d41c402350d5f8b97d56d487e17eac390fc (diff)
downloadqxmpp-05dbff9935d1fd368d2f8d6b22b000784f7ce420.tar.gz
Require Qt 5.7 or later
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
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: