aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-04-29 13:40:05 +0200
committerEike Ziller <eike.ziller@qt.io>2020-04-30 07:06:20 +0000
commitd7520dece5bb387102edc6eb0fff419866b2a70f (patch)
treee64f3073832c2d508cf3c232fded8eed20fdc5ea /dist
parent7d429c54e3c32e90cc2cd0e13df5288111bd4577 (diff)
CMake build/Linux: Install desktop and appstream files
Fixes: QTCREATORBUG-23906 Change-Id: I9d796c8826dbb4beb980aa29b75526fe96093921 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/org.qt-project.qtcreator.appdata.xml29
-rw-r--r--dist/org.qt-project.qtcreator.desktop12
2 files changed, 0 insertions, 41 deletions
diff --git a/dist/org.qt-project.qtcreator.appdata.xml b/dist/org.qt-project.qtcreator.appdata.xml
deleted file mode 100644
index 4706e69b228..00000000000
--- a/dist/org.qt-project.qtcreator.appdata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?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>
-</component>
diff --git a/dist/org.qt-project.qtcreator.desktop b/dist/org.qt-project.qtcreator.desktop
deleted file mode 100644
index 034721891d3..00000000000
--- a/dist/org.qt-project.qtcreator.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=qtcreator %F
-Name=Qt Creator
-GenericName=C++ IDE for developing Qt applications
-X-KDE-StartupNotify=true
-Icon=QtProject-qtcreator
-StartupWMClass=qtcreator
-Terminal=false
-Categories=Development;IDE;Qt;
-MimeType= text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.qt.qmakeprofile;application/vnd.qt.xml.resource;
-