mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
Janitor : Add offscreen dynamic library when bundling Qt
This commit is contained in:
parent
7cd917e0d8
commit
888243db8e
@ -486,6 +486,10 @@ if(RESINSIGHT_PRIVATE_INSTALL)
|
|||||||
install(FILES ${QT_PLUGIN_PATH}/iconengines/libqsvgicon.so
|
install(FILES ${QT_PLUGIN_PATH}/iconengines/libqsvgicon.so
|
||||||
DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/iconengines/
|
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
|
# Required by xcb module used to create OpenGL widgets
|
||||||
install(
|
install(
|
||||||
|
Loading…
Reference in New Issue
Block a user