Remove d3dcompiler_qt from deployed libraries
authorAndrew Knight <andrew.knight@digia.com>
Fri, 1 Aug 2014 15:45:12 +0000 (18:45 +0300)
committerAndrew Knight <andrew.knight@digia.com>
Mon, 4 Aug 2014 18:20:14 +0000 (20:20 +0200)
This library was an experimental feature that has been removed from Qt.

Change-Id: I9bb6fb8a4392bd9e99b8f7e23212e3ff5c84a638
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/windeployqt/main.cpp

index 98ce9ef..73cae15 100644 (file)
@@ -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