Assign Ubuntu SDK IDE to project mime types
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -4,3 +4,9 @@ ubuntu-sdk-ide (3.5.0+15.10.20150829-0ubuntu1~0vivid3) vivid; urgency=medium
|
|||||||
|
|
||||||
-- Zoltán Balogh <zoltan@bakter.hu> Wed, 12 Aug 2015 09:39:07 +0300
|
-- Zoltán Balogh <zoltan@bakter.hu> Wed, 12 Aug 2015 09:39:07 +0300
|
||||||
|
|
||||||
|
ubuntu-sdk-ide (3.5.0+15.10.20150829-0ubuntu1~0vivid1) vivid; urgency=medium
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
-- Zoltán Balogh <zoltan@bakter.hu> Wed, 12 Aug 2015 09:39:07 +0300
|
||||||
|
|
||||||
|
|||||||
1
debian/ubuntu-sdk-ide.install
vendored
1
debian/ubuntu-sdk-ide.install
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
ubuntu-sdk-ide.xml usr/share/mime/packages/
|
||||||
ubuntu-sdk-ide.desktop usr/share/applications
|
ubuntu-sdk-ide.desktop usr/share/applications
|
||||||
ubuntu-sdk-ide.png usr/share/icons
|
ubuntu-sdk-ide.png usr/share/icons
|
||||||
ubuntu-sdk-ide usr/bin/
|
ubuntu-sdk-ide usr/bin/
|
||||||
|
|||||||
17
ubuntu-sdk-ide.xml
Normal file
17
ubuntu-sdk-ide.xml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user