7 lines
170 B
CMake
7 lines
170 B
CMake
|
|
||
|
add_library(Qt5::QICOPlugin MODULE IMPORTED)
|
||
|
|
||
|
_populate_Gui_plugin_properties(QICOPlugin RELEASE "imageformats/libqico.so")
|
||
|
|
||
|
list(APPEND Qt5Gui_PLUGINS Qt5::QICOPlugin)
|