summaryrefslogtreecommitdiff
path: root/dist/installer
diff options
context:
space:
mode:
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>