From fd7c9fdf376d458f3cd31d9740b0ade2535162e3 Mon Sep 17 00:00:00 2001 From: Tomas Pecka <peckato1@fit.cvut.cz> Date: Fri, 23 Nov 2018 17:47:01 +0100 Subject: [PATCH] CMake: Require qt>=5.7 --- CMake/generate.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMake/generate.conf b/CMake/generate.conf index 6b84c2afe5..677c346e93 100644 --- a/CMake/generate.conf +++ b/CMake/generate.conf @@ -38,12 +38,12 @@ find: Threads REQUIRED [CMake:Deps:Qt5Widgets] link: Qt5::Widgets include: ${Qt5Widgets_INCLUDE_DIRS} -find: Qt5 REQUIRED COMPONENTS Core Widgets +find: Qt5 5.7 REQUIRED COMPONENTS Core Widgets [CMake:Deps:Qt5Xml] link: Qt5::Xml include:${Qt5Xml_INCLUDE_DIRS} -find: Qt5 REQUIRED COMPONENTS Core Xml +find: Qt5 5.7 REQUIRED COMPONENTS Core Xml [CMake:Deps:graphviz] link: ${GRAPHVIZ_GVC_LIBRARY} ${GRAPHVIZ_CGRAPH_LIBRARY} @@ -58,4 +58,4 @@ find: jsoncpp REQUIRED [CMake:Deps:readline] link: ${Readline_LIBRARY} include: ${Readline_INCLUDE_DIR} -find: readline REQUIRED \ No newline at end of file +find: readline REQUIRED -- GitLab