Janitor : Add offscreen dynamic library when bundling Qt

This commit is contained in:
Magne Sjaastad 2022-03-21 11:27:30 +01:00
parent 7cd917e0d8
commit 888243db8e

View File

@ -486,6 +486,10 @@ if(RESINSIGHT_PRIVATE_INSTALL)
install(FILES ${QT_PLUGIN_PATH}/iconengines/libqsvgicon.so
DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/iconengines/
)
# Required when using --platform offscreen
install(FILES ${QT_PLUGIN_PATH}/platforms/libqoffscreen.so
DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/platforms/
)
# Required by xcb module used to create OpenGL widgets
install(