mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 11:38:41 -07:00
7 lines
243 B
CMake
7 lines
243 B
CMake
|
|
add_library(Qt5::QSvgPlugin MODULE IMPORTED)
|
|
|
|
_populate_Svg_plugin_properties(QSvgPlugin RELEASE "imageformats/qsvg.dll")
|
|
_populate_Svg_plugin_properties(QSvgPlugin DEBUG "imageformats/qsvgd.dll")
|
|
|
|
list(APPEND Qt5Svg_PLUGINS Qt5::QSvgPlugin)
|