Skip to content

Commit

Permalink
Update friction-common.cmake
Browse files Browse the repository at this point in the history
Remove depend on QtSvg.
  • Loading branch information
rodlie committed May 11, 2024
1 parent eb9dcf9 commit 8ef6498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmake/friction-common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ find_package(
Multimedia
Qml
Xml
Svg
REQUIRED
)
set(QT_LIBRARIES
Expand All @@ -98,7 +97,7 @@ set(QT_LIBRARIES
Qt${QT_VERSION_MAJOR}::Multimedia
Qt${QT_VERSION_MAJOR}::Qml
Qt${QT_VERSION_MAJOR}::Xml
Qt${QT_VERSION_MAJOR}::Svg)
)

if(WIN32)
set(SKIA_LIBRARIES
Expand Down

0 comments on commit 8ef6498

Please sign in to comment.