From ef2402368bf2a052ea7f5a63beefbef73aed7512 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 19 Feb 2025 14:17:47 +0100 Subject: [PATCH] QtSupport: Register MIME type for Qt Remote Objects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: David Schulz --- src/plugins/qtsupport/QtSupport.json.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/qtsupport/QtSupport.json.in b/src/plugins/qtsupport/QtSupport.json.in index fb1571c3302..395c2a6e1d3 100644 --- a/src/plugins/qtsupport/QtSupport.json.in +++ b/src/plugins/qtsupport/QtSupport.json.in @@ -43,6 +43,11 @@ " ", " ", " ", + " ", + " Qt Remote Objects file", + " ", + " ", + " ", "" ] }