6 lines
174 B
CMake
6 lines
174 B
CMake
|
|
add_library(Qt5::QJpegPlugin MODULE IMPORTED)
|
|
|
|
_populate_Gui_plugin_properties(QJpegPlugin RELEASE "imageformats/libqjpeg.so")
|
|
|
|
list(APPEND Qt5Gui_PLUGINS Qt5::QJpegPlugin)
|