aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/configurations
diff options
context:
space:
mode:
authorAkseli Salovaara <akseli.salovaara@qt.io>2018-03-05 10:30:11 +0200
committerAkseli Salovaara <akseli.salovaara@qt.io>2018-03-16 07:33:15 +0000
commit9a36fc3541220fe0155466bcb042b8e08779eb3f (patch)
tree22f4c324535159b3e46d9a6de62d8ee036f6ebc2 /packaging-tools/configurations
parent366fa142f96d684fc9adda36985050e94047ca52 (diff)
Remove Qt 5.11.0 documentation registration overhead
Current issues with uninstalling documentation packages leaves registered documentation for unistalled Qt versions. Qt Creator automatically adds documentation from QT_INSTALL_DOCS for registered Qt versions, and auto-removes it when the Qt version is no longer registered. Task-number: QTBUG-66673 Change-Id: Ib8785ffc29aabfb4542bc0974cd815fa3386c30d Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'packaging-tools/configurations')
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/package.xml1
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/installscript.qs40
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/package.xml1
20 files changed, 0 insertions, 410 deletions
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/package.xml
index 882349ab2..2a0045013 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtcharts/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt5.11 GPLv3 components (QtCharts)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/package.xml
index 1e677d4d4..1c9ed97ed 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtdatavis3d/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt5.11 GPLv3 components (QtDataVisualization)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/package.xml
index 5f46ccef5..0d0c982c5 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtnetworkauth/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt Networkauth (Technology Preview)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/package.xml
index 4665a7688..11b343afc 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtpurchasing/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt5.11 GPLv3 components (QtPurchasing)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/package.xml
index c950dfcbd..4bb928836 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtremoteobjects/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt Remote Objects (Technology Preview)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/package.xml
index bf7e7bb05..c6ea526b2 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtscript/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt5.11 Deprecated components (QtScript)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/package.xml
index 1546d85d1..0c7a3253c 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtserialbus/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt SerialBus (Technology Preview)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/package.xml
index b6aaf5d16..2998ceb3a 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtvirtualkeyboard/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for Qt5.11 GPLv3 components (QtVirtualKeyboard)</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/package.xml
index 8e974daa9..41eff152e 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc.qtwebengine/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Documentation for QtWebEngine</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/installscript.qs
deleted file mode 100644
index b88e957d4..000000000
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/installscript.qs
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the release tools of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-// constructor
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
- registerQtCreatorDocumentation(component, "%TARGET_INSTALL_DIR%");
-}
-
-
diff --git a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/package.xml
index c4ce343eb..2f302c015 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_qt5_5110/qt.qt5.5110.doc/meta/package.xml
@@ -4,7 +4,6 @@
<Description>Qt 5.11 documentation</Description>
<Version>5.11.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Script>installscript.qs</Script>
<Dependencies>qt.tools</Dependencies>
<Virtual>true</Virtual>
<SortingPriority>1</SortingPriority>