6 lines
170 B
CMake
6 lines
170 B
CMake
|
|
add_library(Qt5::QSvgPlugin MODULE IMPORTED)
|
|
|
|
_populate_Svg_plugin_properties(QSvgPlugin RELEASE "imageformats/libqsvg.so")
|
|
|
|
list(APPEND Qt5Svg_PLUGINS Qt5::QSvgPlugin)
|