From 0390e7e23979f7e3cdf8668c7856310ea41cc658 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 10 Oct 2024 15:14:51 +0200 Subject: [PATCH] Axivion: Disable plugin by default Amends df628461adbe6ab094. Similar what we have for Boot2Qt, MCU etc. Change-Id: I2024d7ae25632742f1e88a407c0991c935e4fc40 Reviewed-by: Christian Stenger Reviewed-by: Eike Ziller --- src/plugins/axivion/Axivion.json.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/axivion/Axivion.json.in b/src/plugins/axivion/Axivion.json.in index 7dedc20ddbc..2a1050f717a 100644 --- a/src/plugins/axivion/Axivion.json.in +++ b/src/plugins/axivion/Axivion.json.in @@ -4,6 +4,7 @@ "Version" : "${IDE_VERSION}", "CompatVersion" : "${IDE_VERSION_COMPAT}", "Revision" : "${QTC_PLUGIN_REVISION}", + "DisabledByDefault" : true, "VendorId" : "theqtcompany", "Vendor" : "The Qt Company Ltd", "Copyright" : "${IDE_COPYRIGHT}",