aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml
blob: 1967bc05804b38d74fd10b9323a698298178903a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="application/vnd.qt.qmakeprofile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project file</comment>
    <glob pattern="*.pro"/>
  </mime-type>
  <mime-type type="application/vnd.qt.qmakeproincludefile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project include file</comment>
    <glob pattern="*.pri"/>
  </mime-type>
  <mime-type type="application/vnd.qt.qmakeprofeaturefile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project feature file</comment>
    <glob pattern="*.prf"/>
  </mime-type>
  <mime-type type="application/vnd.qt.qmakeproconfigurationfile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project configuration file</comment>
    <glob pattern=".qmake.conf"/>
  </mime-type>
  <mime-type type="application/vnd.qt.qmakeprocachefile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project cache file</comment>
    <glob pattern=".qmake.cache"/>
  </mime-type>
  <mime-type type="application/vnd.qt.qmakeprostashfile">
    <sub-class-of type="text/plain"/>
    <comment>Qt Project stash file</comment>
    <glob pattern=".qmake.stash"/>
  </mime-type>
</mime-info>