forked from qt-creator/qt-creator
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:
@@ -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>"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user