From c4c76c86424e6cc3e390e67b5c333f76a5d4970e Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 22 Sep 2023 17:58:42 +0200 Subject: [PATCH] CVS: Disable by default It's very likely not /that/ common anymore that everyone needs it by default. Change-Id: I516d612cc587df6b7184f15eafff213274b8f32e Reviewed-by: Eike Ziller Reviewed-by: Reviewed-by: Orgad Shaneh --- src/plugins/cvs/CVS.json.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/cvs/CVS.json.in b/src/plugins/cvs/CVS.json.in index 6691722b0ae..6d2f92ea78a 100644 --- a/src/plugins/cvs/CVS.json.in +++ b/src/plugins/cvs/CVS.json.in @@ -14,6 +14,7 @@ ], "Category" : "Version Control", "Description" : "CVS integration.", + "DisabledByDefault" : true, "Url" : "http://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES},