Skip to content
Snippets Groups Projects
Commit eeb77ee8 authored by Eike Ziller's avatar Eike Ziller
Browse files

Fix installer config for IFW 2.0


Change-Id: I6edbe34f311863019f6150bf0b2ce6400e836755
Reviewed-by: default avatarKai Koehne <kai.koehne@theqtcompany.com>
parent d4cddfb1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Watermark>watermark.png</Watermark>
<UninstallerName>QtCreatorUninstaller</UninstallerName>
<MaintenanceToolName>QtCreatorUninstaller</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/qtcreator-{version}</TargetDir>
<AdminTargetDir>/opt/qtcreator-{version}</AdminTargetDir>
......
......@@ -8,7 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Background>background.png</Background>
<UninstallerName>Uninstall Qt Creator</UninstallerName>
<MaintenanceToolName>Uninstall Qt Creator</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/Applications/Qt Creator {version}</TargetDir>
<AllowSpaceInPath>true</AllowSpaceInPath>
......
......@@ -8,7 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Watermark>watermark.png</Watermark>
<UninstallerName>QtCreatorUninst</UninstallerName>
<MaintenanceToolName>QtCreatorUninst</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>
</Installer>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment