forked from qt-creator/qt-creator
- Add oars content rating to appdata xml - Add screenshots to appdata xml - Add release info Change-Id: I61bf023814149983f7a64e03f49eb8d998dac85b Reviewed-by: Youri Westerman <tetracon@gmail.com> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
46 lines
1.7 KiB
XML
46 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright (C) 2016 The Qt Company Ltd. Contact: https://www.qt.io/licensing/ -->
|
|
<component type="desktop">
|
|
<id>org.qt-project.qtcreator.desktop</id>
|
|
<name>Qt Creator</name>
|
|
<summary>Provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple platforms and devices</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0</project_license>
|
|
<description>
|
|
<p>
|
|
Qt Creator provides a cross-platform, complete integrated development
|
|
environment (IDE) for application developers to create applications for
|
|
multiple desktop and mobile device platforms, such as Android and iOS.
|
|
</p>
|
|
<p>
|
|
Qt Creator enables a team of developers to share a project across different
|
|
development platforms with a common tool for development and debugging.
|
|
</p>
|
|
<p>
|
|
The main goal for Qt Creator is meeting the development needs of Qt
|
|
developers who are looking for simplicity, usability, productivity,
|
|
extendibility and openness, while aiming to lower the barrier of entry for
|
|
newcomers to Qt.
|
|
</p>
|
|
</description>
|
|
|
|
<url type="homepage">https://www.qt.io/ide/</url>
|
|
<project_group>Qt</project_group>
|
|
<content_rating type="oars-1.1" />
|
|
<screenshots>
|
|
<screenshot>
|
|
<image>https://doc.qt.io/qtcreator/images/qtcreator-breakdown.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://doc.qt.io/qtcreator/images/qtcreator-qt-quick-editors.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="${IDE_VERSION_DISPLAY}"${DATE_ATTRIBUTE}>
|
|
<description>
|
|
<p>Qt Creator v${IDE_VERSION_DISPLAY}</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|