Installer: Remove checks for bin\qmlviewer.exe, bin\linguist.exe

We don't package them anymore inside Qt Creator since years.

Change-Id: Id624d5cb88960887a10feb0cc0188c786a4be187
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Kai Koehne
2015-04-16 13:56:53 +02:00
parent 93d46b1835
commit 8c4624951a

View File

@@ -60,11 +60,8 @@ Component.prototype.beginInstallation = function()
else if (installer.value("os") == "mac") else if (installer.value("os") == "mac")
component.qtCreatorBinaryPath = component.qtCreatorBinaryPath + "/Qt Creator.app/Contents/MacOS/Qt Creator"; component.qtCreatorBinaryPath = component.qtCreatorBinaryPath + "/Qt Creator.app/Contents/MacOS/Qt Creator";
if ( installer.value("os") === "win" ) { if ( installer.value("os") === "win" )
component.setStopProcessForUpdateRequest(component.qtCreatorBinaryPath, true); component.setStopProcessForUpdateRequest(component.qtCreatorBinaryPath, true);
component.setStopProcessForUpdateRequest("@TargetDir@/bin/linguist.exe", true);
component.setStopProcessForUpdateRequest("@TargetDir@/bin/qmlviewer.exe", true);
}
} }
registerCommonWindowsFileTypeExtensions = function() registerCommonWindowsFileTypeExtensions = function()