Include the Qt XML dll in our installation package

This commit is contained in:
Justin Clift
2018-01-30 20:02:35 +00:00
parent 290461778d
commit e43ed17162

View File

@@ -447,6 +447,16 @@ if(WIN32 AND MSVC)
DESTINATION platforms)
install(PROGRAMS "${VSREDIST_DIR}/${VSREDIST}" DESTINATION redist)
# The XML dll
install(FILES
"${QT5_PATH}/bin/Qt5Xmld.dll"
DESTINATION "/"
CONFIGURATIONS Debug)
install(FILES
"${QT5_PATH}/bin/Qt5Xml.dll"
DESTINATION "/"
CONFIGURATIONS Release)
# The image format plugins
install(FILES
${WIN_IMG_PLUGINS_DEBUG}