aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2016-06-07 13:08:58 +0300
committerAntti Kokko <antti.kokko@qt.io>2016-06-07 10:19:38 +0000
commit53a69e6ba05fef90617918cc116a24236719633c (patch)
tree0b6b304d138f4afe61b93b050ce888c7aba751bb
parent8ef9ee20274b76b680f811c9ae10baca633914e1 (diff)
GPL3 components are not selected by default in the installer viewv5.6.1-packaging
Change-Id: Id586b0d01df11db40e3fb6f26a798b7f06e19307 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtcharts/meta/package.xml2
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtdatavis3d/meta/package.xml2
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtquick2drenderer/meta/package.xml2
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtvirtualkeyboard/meta/package.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtcharts/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtcharts/meta/package.xml
index 04290bb4b..4c6c1f5ff 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtcharts/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtcharts/meta/package.xml
@@ -4,7 +4,7 @@
<Description>License options: GPLv3 or Commercial&lt;br&gt;&lt;br&gt;NOTE: Not licensed under LGPLv3&lt;br&gt;&lt;br&gt;The Qt Charts API lets you easily create interactive and dynamic 2D charts using C++ and/or Qt Quick.</Description>
<Version>5.7.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Default>true</Default>
+ <Default>false</Default>
<SortingPriority>89</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
</Package>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtdatavis3d/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtdatavis3d/meta/package.xml
index 4abb50c48..2a35d4a7f 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtdatavis3d/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtdatavis3d/meta/package.xml
@@ -4,7 +4,7 @@
<Description>License options: GPLv3 or Commercial&lt;br&gt;&lt;br&gt;NOTE: Not licensed under LGPLv3&lt;br&gt;&lt;br&gt;Qt Data Visualization is a module which provides a way to visualize data in 3D. There are C++ classes and QML types for displaying bar graphs, scatter graphs, surface graphs and ways of manipulating the 3D scene. In addition, the graphs are fully customizable with different themes.</Description>
<Version>5.7.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Default>true</Default>
+ <Default>false</Default>
<SortingPriority>88</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
</Package>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtquick2drenderer/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtquick2drenderer/meta/package.xml
index a422e2590..86f380f50 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtquick2drenderer/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtquick2drenderer/meta/package.xml
@@ -4,7 +4,7 @@
<Description>License options: GPLv3 or Commercial&lt;br&gt;&lt;br&gt;NOTE: Not licensed under LGPLv3&lt;br&gt;&lt;br&gt;Qt Quick 2D Renderer is an alternative renderer for Qt Quick 2 that uses the Raster paint engine to render the contents of the scene graph instead of OpenGL</Description>
<Version>5.7.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Default>true</Default>
+ <Default>false</Default>
<SortingPriority>86</SortingPriority> <!-- Priority of this component when visible in the tree. Lowest priority number is on top. -->
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
</Package>
diff --git a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtvirtualkeyboard/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtvirtualkeyboard/meta/package.xml
index 240f42293..d8dee1612 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtvirtualkeyboard/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_57/qt.57.qtvirtualkeyboard/meta/package.xml
@@ -4,7 +4,7 @@
<Description>License options: GPLv3 or Commercial&lt;br&gt;&lt;br&gt;NOTE: Not licensed under LGPLv3&lt;br&gt;&lt;br&gt;The Qt Virtual Keyboard is a Qt Quick virtual keyboard that you can plug in to your platform or application. You can extend it with your own layouts and styles.</Description>
<Version>5.7.0-0%VERSION_NUMBER_AUTO_INCREASE%</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
- <Default>true</Default>
+ <Default>false</Default>
<SortingPriority>85</SortingPriority>
<DownloadableArchives><!--ONLINE_ARCHIVE_LIST--></DownloadableArchives>
</Package>