Skip to content
Snippets Groups Projects
Commit fd7c9fdf authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CMake: Require qt>=5.7

parent f1a78680
No related branches found
No related tags found
No related merge requests found
Pipeline #23672 passed
...@@ -38,12 +38,12 @@ find: Threads REQUIRED ...@@ -38,12 +38,12 @@ find: Threads REQUIRED
[CMake:Deps:Qt5Widgets] [CMake:Deps:Qt5Widgets]
link: Qt5::Widgets link: Qt5::Widgets
include: ${Qt5Widgets_INCLUDE_DIRS} include: ${Qt5Widgets_INCLUDE_DIRS}
find: Qt5 REQUIRED COMPONENTS Core Widgets find: Qt5 5.7 REQUIRED COMPONENTS Core Widgets
   
[CMake:Deps:Qt5Xml] [CMake:Deps:Qt5Xml]
link: Qt5::Xml link: Qt5::Xml
include:${Qt5Xml_INCLUDE_DIRS} include:${Qt5Xml_INCLUDE_DIRS}
find: Qt5 REQUIRED COMPONENTS Core Xml find: Qt5 5.7 REQUIRED COMPONENTS Core Xml
   
[CMake:Deps:graphviz] [CMake:Deps:graphviz]
link: ${GRAPHVIZ_GVC_LIBRARY} ${GRAPHVIZ_CGRAPH_LIBRARY} link: ${GRAPHVIZ_GVC_LIBRARY} ${GRAPHVIZ_CGRAPH_LIBRARY}
...@@ -58,4 +58,4 @@ find: jsoncpp REQUIRED ...@@ -58,4 +58,4 @@ find: jsoncpp REQUIRED
[CMake:Deps:readline] [CMake:Deps:readline]
link: ${Readline_LIBRARY} link: ${Readline_LIBRARY}
include: ${Readline_INCLUDE_DIR} include: ${Readline_INCLUDE_DIR}
find: readline REQUIRED find: readline REQUIRED
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment