QtSupport: Register MIME type for Qt Remote Objects

The Tika MIME database registers the glob "*.rep" for
"application/vnd.businessobjects". Overwrite that with
a new MIME type with higher priority.

Fixes: QTCREATORBUG-32522
Change-Id: I3bd7a909c5c99931320b2b9f35da42b788814842
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Eike Ziller
2025-02-19 14:17:47 +01:00
parent 44c70b0f23
commit ef2402368b

View File

@@ -43,6 +43,11 @@
" </magic>",
" <glob pattern='*.ts'/>",
" </mime-type>",
" <mime-type type='text/vnd.qt.remoteobjects'>",
" <comment>Qt Remote Objects file</comment>",
" <sub-class-of type='text/plain'/>",
" <glob pattern='*.rep' weight='80'/>",
" </mime-type>",
"</mime-info>"
]
}