File 0001-Disable-some-plugins.patch of Package qt-creator
From 51d1d57485576dc4f735b5228dec6cf7c1c3e424 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christophe@krop.fr>
Date: Wed, 15 Jul 2020 10:09:31 +0200
Subject: [PATCH] Disable some plugins
- The updateinfo plugin only works when
using the installer
- The clangformat plugin requires a clang patch
which was never accepted upstream [1]
[1] https://reviews.llvm.org/D53072
---
src/plugins/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
index 4b6e3c43..c78bb33c 100644
--- a/src/plugins/CMakeLists.txt
+++ b/src/plugins/CMakeLists.txt
@@ -7,7 +7,6 @@ add_subdirectory(serialterminal)
add_subdirectory(helloworld)
add_subdirectory(imageviewer)
add_subdirectory(marketplace)
-add_subdirectory(updateinfo)
add_subdirectory(welcome)
# Level 2: (only depends on Level 1 and below)
@@ -40,7 +39,6 @@ add_subdirectory(vcsbase)
# Level 5:
add_subdirectory(bazaar)
add_subdirectory(beautifier)
-add_subdirectory(clangformat)
add_subdirectory(clearcase)
add_subdirectory(cvs)
add_subdirectory(designer)
--
2.32.0