From 7e59fa9e40ba3520e3395520ec5cef638e17829c Mon Sep 17 00:00:00 2001 From: shainer Date: Sun, 2 Oct 2016 15:33:27 +0100 Subject: [PATCH] Bump QT_VERSION to 5.6 in cmake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21fb2df77..92ca01266 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ endif() include( MacroOptionalFindPackage ) include( MacroLogFeature ) -set( QT_VERSION 5.4.0 ) +set( QT_VERSION 5.6.0 ) find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools Svg Quick QuickWidgets ) find_package( YAMLCPP 0.5.1 REQUIRED )