diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp index 98ce9ef01c4bf70f0436de55941d67a20f4b09b5..73cae157c9070440a89423c56b19d985b8885780 100644 --- a/src/windeployqt/main.cpp +++ b/src/windeployqt/main.cpp @@ -1081,15 +1081,6 @@ static DeployResult deploy(const Options &options, deployedQtLibraries.push_back(d3dCompiler); } } - // Deploy Qt's D3D compiler starting from 5.3 onwards. - if (version >= 0x050300) { - QString d3dCompilerQt = qtBinDir + QStringLiteral("/d3dcompiler_qt"); - if (isDebug) - d3dCompilerQt += QLatin1Char('d'); - d3dCompilerQt += QLatin1String(windowsSharedLibrarySuffix); - if (QFileInfo(d3dCompilerQt).exists()) - deployedQtLibraries.push_back(d3dCompilerQt); - } } // deployAngle } // Windows