From e43ed1716251b2f50e7b1d7c231acdc27449c1c8 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 30 Jan 2018 20:02:35 +0000 Subject: [PATCH] Include the Qt XML dll in our installation package --- CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b790b95f..a306ad95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}