summaryrefslogtreecommitdiff
path: root/dist/installer
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-06-19 11:03:38 +0200
committerEike Ziller <eike.ziller@digia.com>2013-06-19 11:06:33 +0200
commit1ef2e51cf80f806744b58265f10844ae01af888e (patch)
treeb43357cb7b90bd03654708550aa4f58c0d97df08 /dist/installer
parent5c900d205d2c1a9b4bd288da432adcf4b6941c1b (diff)
downloadqt-creator-1ef2e51cf80f806744b58265f10844ae01af888e.tar.gz
Installers: Use standard license agreement texts
The way it was done is deprecated in IFW 1.3 and removed in 1.4, and there's no reason for us to use non-standard texts. Change-Id: I05ef4974a3f47bd8ffe0bb3b1a226adac48aa954 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'dist/installer')
-rw-r--r--dist/installer/ifw/config/config-linux.xml.in8
-rw-r--r--dist/installer/ifw/config/config-windows.xml.in8
2 files changed, 0 insertions, 16 deletions
diff --git a/dist/installer/ifw/config/config-linux.xml.in b/dist/installer/ifw/config/config-linux.xml.in
index 837d5d1dbf..21917f1331 100644
--- a/dist/installer/ifw/config/config-linux.xml.in
+++ b/dist/installer/ifw/config/config-linux.xml.in
@@ -12,12 +12,4 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/qtcreator-{version}</TargetDir>
<AdminTargetDir>/opt/qtcreator-{version}</AdminTargetDir>
-
- <Pages>
- <Page name="LicenseAgreementPage">
- <AcceptLicenseLabel>I have read and understood the terms contained in the above license agreements.</AcceptLicenseLabel>
- <RejectLicenseLabel>I do not accept the terms contained in the above license agreements.</RejectLicenseLabel>
- </Page>
- </Pages>
-
</Installer>
diff --git a/dist/installer/ifw/config/config-windows.xml.in b/dist/installer/ifw/config/config-windows.xml.in
index 4bbb77b97d..0b3529759f 100644
--- a/dist/installer/ifw/config/config-windows.xml.in
+++ b/dist/installer/ifw/config/config-windows.xml.in
@@ -11,12 +11,4 @@
<UninstallerName>QtCreatorUninst</UninstallerName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>
-
- <Pages>
- <Page name="LicenseAgreementPage">
- <AcceptLicenseLabel>I have read and understood the terms contained in the above license agreements.</AcceptLicenseLabel>
- <RejectLicenseLabel>I do not accept the terms contained in the above license agreements.</RejectLicenseLabel>
- </Page>
- </Pages>
-
</Installer>