GIT_SILENT Upgrade Qt5 version requirement to 5.9.0.

This commit is contained in:
Albert Astals Cid 2018-11-17 11:21:39 +01:00
parent 17c8927748
commit 6d6e1bfee9

View File

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