GIT_SILENT Upgrade Qt5 version requirement to 5.10.0.

This commit is contained in:
Albert Astals Cid 2019-01-07 00:23:14 +01:00
parent 8339575e58
commit a9f8c1eacc

View File

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