diff options
author | Niels Weber <niels.weber@digia.com> | 2014-03-12 13:38:04 +0100 |
---|---|---|
committer | Niels Weber <niels.weber@digia.com> | 2014-04-01 12:03:13 +0200 |
commit | a5132d38c0c5dfd0125e22a6096d53a2dbd8d64b (patch) | |
tree | bbf69eb8d94f6a9a334d0fec6623282cbc9803b9 /dist | |
parent | 8bd2fe172c314db39666ba7b83ec4adc695dd8fd (diff) | |
download | qt-creator-a5132d38c0c5dfd0125e22a6096d53a2dbd8d64b.tar.gz |
Add appdata.xml file
See http://people.freedesktop.org/~hughsient/appdata/
Change-Id: Idb30ddd17b80a0f606aa42f062b76905f11446b5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/appdata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/appdata.xml b/dist/appdata.xml new file mode 100644 index 0000000000..85c275b384 --- /dev/null +++ b/dist/appdata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 Digia Plc and/or its subsidiary(-ies) Contact: http://www.qt-project.org/legal --> +<application> + <id type="desktop">qtcreator.desktop</id> + <licence>CC-BY-SA</licence> + <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> + <screenshots> + <screenshot type="default" width="800" height="600">http://qt-project.org/uploads/image_upload/qtcreator-edit-mode.png</screenshot> + </screenshots> + <url type="homepage">https://qt-project.org/wiki/Category:Tools::QtCreator</url> + <project_group>Qt</project_group> +</application> |