From ea77f364313854c2eed5839c064b0b0f2c6d8af5 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 25 Aug 2015 14:17:20 +0200 Subject: [PATCH] Bump Qt dependency. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86c4f6dc6..aac3c55e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ endif() include( MacroOptionalFindPackage ) include( MacroLogFeature ) -set( QT_VERSION 5.3.0 ) +set( QT_VERSION 5.4.0 ) find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools Svg Quick QuickWidgets ) find_package( YamlCpp 0.5.1 REQUIRED )