aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: