summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml')
-rw-r--r--src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml b/src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml
new file mode 100644
index 0000000000..b9d06e6aea
--- /dev/null
+++ b/src/plugins/qmakeprojectmanager/QmakeProjectManager.mimetypes.xml
@@ -0,0 +1,18 @@
+<?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-info>