Link to QtSvg (needed for macos)

This commit is contained in:
Jason Rhinelander 2020-11-11 15:14:02 -04:00
parent a177f6ddc0
commit 881be6ec89
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ else()
find_package(LokiMQ 1.2 REQUIRED)
endif()
find_package(Qt5 COMPONENTS Qml Quick Widgets Charts REQUIRED)
find_package(Qt5 COMPONENTS Qml Quick Widgets Charts Svg REQUIRED)
find_package(Threads)
add_executable(lokinet-gui
@ -54,7 +54,7 @@ add_executable(lokinet-gui
)
target_link_libraries(lokinet-gui PRIVATE
Qt5::Core Qt5::Qml Qt5::Quick Qt5::Widgets Qt5::Charts
Qt5::Core Qt5::Qml Qt5::Quick Qt5::Widgets Qt5::Charts Qt5::Svg
Threads::Threads
lokimq
)