forked from qt-creator/qt-creator
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>
12 lines
353 B
Desktop File
12 lines
353 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Exec=qtcreator %F
|
|
Name=Qt Creator
|
|
GenericName=C++ IDE for developing Qt applications
|
|
X-KDE-StartupNotify=true
|
|
Icon=QtProject-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;
|
|
|