From 5b961a0a917ac30ed423a1b69cf102357714303e Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 14 Oct 2024 09:01:52 +0200 Subject: [PATCH] Axivion: Make plugin soft loadable Change-Id: Iedfb106c36835c85d468da359b4dbca6f118dc11 Reviewed-by: hjk --- 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 4b0d0afc6e8..3844ec2d702 100644 --- a/src/plugins/axivion/Axivion.json.in +++ b/src/plugins/axivion/Axivion.json.in @@ -5,6 +5,7 @@ "CompatVersion" : "${IDE_VERSION_COMPAT}", "Revision" : "${QTC_PLUGIN_REVISION}", "DisabledByDefault" : true, + "SoftLoadable" : true, "VendorId" : "theqtcompany", "Vendor" : "The Qt Company Ltd", "Copyright" : "${IDE_COPYRIGHT}",