aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-04-16 13:56:53 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-04-16 14:23:56 +0000
commit8c4624951a08dc462479ea7ec6e9131e5313a157 (patch)
tree830836b67bb1f821b055899fb7d3bdd24130d6a4 /dist
parent93d46b183538ef42d310577971dbf952e510c562 (diff)
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs5
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs b/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs
index 823e827b34..2f392772fb 100644
--- a/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs
+++ b/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs
@@ -60,11 +60,8 @@ Component.prototype.beginInstallation = function()
else if (installer.value("os") == "mac")
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("@TargetDir@/bin/linguist.exe", true);
- component.setStopProcessForUpdateRequest("@TargetDir@/bin/qmlviewer.exe", true);
- }
}
registerCommonWindowsFileTypeExtensions = function()