Skip to content
Snippets Groups Projects
Commit 2c9aa72d authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add Qt5Svg dependency

parent 6a7028a8
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ find_package(Qt5Widgets REQUIRED)
find_package(Qt5Network REQUIRED)
find_package(Qt5LinguistTools REQUIRED)
find_package(Qt5Concurrent REQUIRED)
find_package(Qt5Svg REQUIRED)
find_package(Qt5Multimedia REQUIRED)
if (APPLE)
......@@ -290,6 +291,7 @@ set(COMMON_LIBS
${MATRIX_STRUCTS_LIBRARY}
Qt5::Widgets
Qt5::Network
Qt5::Svg
Qt5::Concurrent)
if(APPVEYOR_BUILD)
......
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