Skip to content

Commit 5e5fd21

Browse files
committed
Update LunaSVG to v3.1.0
1 parent 7479a0d commit 5e5fd21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

external/lunasvg

Submodule lunasvg updated 93 files

sources/image/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ FILE ( GLOB_RECURSE image_SOURCES "${CURRENT_HEADER_DIR}/*.h" "${CURRENT_SOURCE_
77

88
add_library(image OBJECT ${image_SOURCES})
99

10+
set_property(TARGET image PROPERTY POSITION_INDEPENDENT_CODE ON)
11+
1012
target_link_libraries(image
1113
Qt${Qt_VERSION}::Core
1214
Qt${Qt_VERSION}::Network

0 commit comments

Comments
 (0)