forked from mirror/openmw-tes3mp
Install Qt5 platform DLLs on Windows
This commit is contained in:
parent
20da3bc240
commit
c9d4ff35c4
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue