GIT_SILENT Upgrade Qt5 version requirement to 5.8.0.

This commit is contained in:
l10n daemon script 2018-03-24 13:36:34 +00:00
parent a02a99db7e
commit e9f8a61313

View File

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