mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 11:38:41 -07:00
7 lines
265 B
CMake
7 lines
265 B
CMake
|
|
add_library(Qt5::QSvgIconPlugin MODULE IMPORTED)
|
|
|
|
_populate_Svg_plugin_properties(QSvgIconPlugin RELEASE "iconengines/qsvgicon.dll")
|
|
_populate_Svg_plugin_properties(QSvgIconPlugin DEBUG "iconengines/qsvgicond.dll")
|
|
|
|
list(APPEND Qt5Svg_PLUGINS Qt5::QSvgIconPlugin)
|