mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-31 03:50:15 -07:00
7 lines
317 B
CMake
7 lines
317 B
CMake
|
|
add_library(Qt5::QOffscreenIntegrationPlugin MODULE IMPORTED)
|
|
|
|
_populate_Gui_plugin_properties(QOffscreenIntegrationPlugin RELEASE "platforms/qoffscreen.dll")
|
|
_populate_Gui_plugin_properties(QOffscreenIntegrationPlugin DEBUG "platforms/qoffscreend.dll")
|
|
|
|
list(APPEND Qt5Gui_PLUGINS Qt5::QOffscreenIntegrationPlugin)
|