mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Merge pull request #1038 from ace13/win-package-fix
Install Qt5 platform DLLs on Windows
This commit is contained in:
commit
b92a4f1a32
@ -441,7 +441,10 @@ if(WIN32)
|
||||
INSTALL(PROGRAMS "${OpenMW_BINARY_DIR}/Release/Plugin_MyGUI_OpenMW_Resources.dll" DESTINATION ".")
|
||||
ENDIF(BUILD_MYGUI_PLUGIN)
|
||||
|
||||
INSTALL(DIRECTORY "${OpenMW_BINARY_DIR}/resources" DESTINATION ".")
|
||||
INSTALL(DIRECTORY
|
||||
"${OpenMW_BINARY_DIR}/Release/platforms"
|
||||
"${OpenMW_BINARY_DIR}/resources"
|
||||
DESTINATION ".")
|
||||
FILE(GLOB plugin_dir "${OpenMW_BINARY_DIR}/Release/osgPlugins-*")
|
||||
INSTALL(DIRECTORY ${plugin_dir} DESTINATION ".")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user