Add Qt5Svg dependency

This commit is contained in:
Konstantinos Sideris 2018-04-28 21:19:16 +03:00
parent 6a7028a8e7
commit 2c9aa72d13
1 changed files with 2 additions and 0 deletions

View File

@ -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)