Files
ubuntu-sdk-ide_archive/ubuntu-sdk-ide.xml

18 lines
620 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-qmlproject">
<sub-class-of type="application/x-qml"/>
<comment>QML Project file</comment>
<glob pattern="*.qmlproject"/>
</mime-type>
<mime-type type="application/vnd.nokia.qt.qmakeprofile">
<comment xml:lang="en">Qt QMake Profile</comment>
<glob pattern="*.pro"/>
</mime-type>
<mime-type type="application/vnd.nokia.xml.qt.resource">
<comment xml:lang="en">Qt Resource File</comment>
<glob pattern="*.qrc"/>
</mime-type>
</mime-info>