From 79ead5339738ef41eb4dee1d47c6060b5291a0fb Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 26 Nov 2024 11:55:12 +0100 Subject: [PATCH] Autotools: Re-add Makefile.* as patterns for x-makefile Re-add the globs that went missing in the transition to Tika, so the Autotools project manager plugin can still open Makefile.am files. Change-Id: Ibd43eccf694efa276a1fff8bb0b77e6f68fc609b Reviewed-by: Christian Kandeler --- .../AutotoolsProjectManager.json.in | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in index 6ec7e5ab042..ee13229fa3a 100644 --- a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in +++ b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in @@ -24,5 +24,29 @@ ], "Url" : "https://www.qt.io", "DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-projects-autotools.html", - ${IDE_PLUGIN_DEPENDENCIES} + ${IDE_PLUGIN_DEPENDENCIES}, + + "Mimetypes" : [ + "", + "", + " ", + " Makefile build file", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "" + ] }