diff --git a/CMakeLists.txt b/CMakeLists.txt index 50a870d7c..523f66ce0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,6 +121,7 @@ if( NOT BUILD_WITH_QT4 ) if( Qt5Core_DIR ) # CMAKE 2.8.13+/3.0.0+ requires these for IMPORTed targets find_package(Qt5Concurrent REQUIRED) + find_package(Qt5Svg REQUIRED) find_package(Qt5UiTools REQUIRED) find_package(Qt5WebKitWidgets REQUIRED) find_package(Qt5Widgets REQUIRED)