GIT_SILENT Upgrade Qt5 version requirement to 5.7.0.

This commit is contained in:
l10n daemon script 2017-08-06 16:20:05 +00:00
parent 0a8d1f9cd4
commit 105b350069

View File

@ -48,7 +48,7 @@ endif()
################# now find all used packages #################
set (REQUIRED_QT_VERSION 5.6.0)
set (REQUIRED_QT_VERSION 5.7.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Quick Gui Sql Qml Svg)