From 9cc0d459bd8e491232bc6fa1e19a7facc9ebe1ed Mon Sep 17 00:00:00 2001 From: derrod Date: Sun, 10 Mar 2019 09:47:16 +0100 Subject: [PATCH] cmake: Fix Qt DLL filenames for debug builds --- cmake/Modules/CopyMSVCBins.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/Modules/CopyMSVCBins.cmake b/cmake/Modules/CopyMSVCBins.cmake index ec6074775..d5c67cc67 100644 --- a/cmake/Modules/CopyMSVCBins.cmake +++ b/cmake/Modules/CopyMSVCBins.cmake @@ -151,8 +151,8 @@ file(GLOB QT_DEBUG_BIN_FILES "${Qt5Core_DIR}/../../../bin/Qt5Cored.dll" "${Qt5Core_DIR}/../../../bin/Qt5Guid.dll" "${Qt5Core_DIR}/../../../bin/Qt5Widgetsd.dll" - "${Qt5Core_DIR}/../../../bin/Qt5Svg.dll" - "${Qt5Core_DIR}/../../../bin/Qt5Xml.dll" + "${Qt5Core_DIR}/../../../bin/Qt5Svgd.dll" + "${Qt5Core_DIR}/../../../bin/Qt5Xmld.dll" "${Qt5Core_DIR}/../../../bin/libGLESv2d.dll" "${Qt5Core_DIR}/../../../bin/libEGLd.dll") file(GLOB QT_DEBUG_PLAT_BIN_FILES @@ -160,9 +160,9 @@ file(GLOB QT_DEBUG_PLAT_BIN_FILES file(GLOB QT_DEBUG_STYLES_BIN_FILES "${Qt5Core_DIR}/../../../plugins/styles/qwindowsvistastyled.dll") file(GLOB QT_DEBUG_ICONENGINE_BIN_FILES - "${Qt5Core_DIR}/../../../plugins/iconengines/qsvgicon.dll") + "${Qt5Core_DIR}/../../../plugins/iconengines/qsvgicond.dll") file(GLOB QT_DEBUG_IMAGEFORMATS_BIN_FILES - "${Qt5Core_DIR}/../../../plugins/imageformats/qsvg.dll") + "${Qt5Core_DIR}/../../../plugins/imageformats/qsvgd.dll") file(GLOB QT_BIN_FILES