7 lines
174 B
CMake
7 lines
174 B
CMake
|
|
||
|
add_library(Qt5::QWbmpPlugin MODULE IMPORTED)
|
||
|
|
||
|
_populate_Gui_plugin_properties(QWbmpPlugin RELEASE "imageformats/libqwbmp.so")
|
||
|
|
||
|
list(APPEND Qt5Gui_PLUGINS Qt5::QWbmpPlugin)
|