aboutsummaryrefslogtreecommitdiffstats
path: root/dist/org.qt-project.qtcreator.appdata.xml
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2016-11-23 15:16:49 +0100
committerEike Ziller <eike.ziller@qt.io>2016-12-14 13:31:43 +0000
commit0c20e582e414bdf2f51bb6e3e56ee6408a15312a (patch)
tree77543cc5380e3211c56d06dd18dbab2f3d689f2f /dist/org.qt-project.qtcreator.appdata.xml
parent08868609763bf499f256a4b59a86616b08abd37d (diff)
[Linux integration] Install desktop and appstream files
Installs the appstream's appdata file into the correct location and with the correct name. Fixes the contents to conform to the standard. Installs a desktop file because it's both required by appstream and by desktop environments. Note this was currently patched in by distributions. Task-number: QTCREATORBUG-17335 Change-Id: If1425ec9fbd0c639550852a8d6e1f15a6b9d77ef Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist/org.qt-project.qtcreator.appdata.xml')
-rw-r--r--dist/org.qt-project.qtcreator.appdata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/org.qt-project.qtcreator.appdata.xml b/dist/org.qt-project.qtcreator.appdata.xml
new file mode 100644
index 0000000000..ef8663f657
--- /dev/null
+++ b/dist/org.qt-project.qtcreator.appdata.xml
@@ -0,0 +1,27 @@
+<?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>
+ <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://qt.io/ide/</url>
+ <project_group>Qt</project_group>
+</component>