Qt5Gui_QOffscreenIntegrationPlugin.cmake 224 B

123456
  1. add_library(Qt5::QOffscreenIntegrationPlugin MODULE IMPORTED)
  2. _populate_Gui_plugin_properties(QOffscreenIntegrationPlugin RELEASE "platforms/libqoffscreen.so")
  3. list(APPEND Qt5Gui_PLUGINS Qt5::QOffscreenIntegrationPlugin)