summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/Qt4ProjectManager.mimetypes.xml
blob: 1730d1ffc0c3c94b3dd7e3835dd1700cb5ca9804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="application/vnd.nokia.qt.qmakeprofile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project file</comment>
    <glob pattern="*.pro"/>
  </mime-type>
  <mime-type type="application/vnd.nokia.qt.qmakeproincludefile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project include file</comment>
    <glob pattern="*.pri"/>
  </mime-type>
  <mime-type type="application/vnd.nokia.qt.qmakeprofeaturefile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project feature file</comment>
    <glob pattern="*.prf"/>
  </mime-type>
  <mime-type type="application/x-linguist">
    <sub-class-of type="application/xml"/>
    <comment>message catalog</comment>
    <glob pattern="*.ts"/>
  </mime-type>
</mime-info>