Upgrade Qt version requirement to 5.3

This commit is contained in:
David Faure 2015-08-01 14:41:18 +02:00
parent a2c52bea23
commit 16c8f0f784

View File

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