Upgrade Qt5 version requirement to 5.6.0.

This commit is contained in:
l10n daemon script 2017-02-05 12:39:02 +00:00
parent bba40b9b9d
commit c32b01a6da

View File

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