switch from qt to boost commandlineoptions coati can now parse a coatiproject without gui with commandline flag -d show all commandline options with flag --hidden
15 lines
452 B
XML
15 lines
452 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-coati">
|
|
<comment>Coati Project File</comment>
|
|
<icon name="project-coati"/>
|
|
<glob-deleteall/>
|
|
<glob pattern="*.coatiproject"/>
|
|
</mime-type>
|
|
<mime-type type="application/x-coati">
|
|
<comment>Coati Database</comment>
|
|
<glob-deleteall/>
|
|
<glob pattern="*.coatidb"/>
|
|
</mime-type>
|
|
</mime-info>
|