diff options
author | hjk <[email protected]> | 2023-01-27 14:38:44 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2023-01-27 13:58:07 +0000 |
commit | 47b88703b2a61ef66cf337937765be296f67afc6 (patch) | |
tree | ad8693eb6067a0e4cb2b18888e74464081dfe36e | |
parent | 0e90c4059d9c4e2452e86db8e2d964c04c4db013 (diff) |
Change-Id: I9cc0df9f3ed82035488db9147f001c9d134d667a
Reviewed-by: Eike Ziller <[email protected]>
-rw-r--r-- | .gitmodules | 10 | ||||
-rw-r--r-- | CMakeLists.txt | 3 | ||||
m--------- | plugins/fossil | 0 | ||||
m--------- | plugins/haskell | 0 |
4 files changed, 0 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules index 4e9f3f8..685e9ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,16 +2,6 @@ path = qtcreator url = ../qt-creator.git branch = . -[submodule "fossil"] - path = plugins/fossil - url = ../plugin-fossil-scm.git - depends = qtcreator - branch = . -[submodule "haskell"] - path = plugins/haskell - url = ../plugin-haskell.git - depends = qtcreator - branch = . [submodule "pythonextensions"] path = plugins/pythonextensions url = ../plugin-pythonextensions.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f5aad89..c2ed3a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,3 @@ function(check_add_subdirectory directory) add_subdirectory(${directory}) endif() endfunction() - -check_add_subdirectory(plugins/fossil) -check_add_subdirectory(plugins/haskell) diff --git a/plugins/fossil b/plugins/fossil deleted file mode 160000 -Subproject 0d957a88f9fb68a63b9e4ac26857aca82006371 diff --git a/plugins/haskell b/plugins/haskell deleted file mode 160000 -Subproject 01c0fa565f95d75ea2745f246a17dc0e15dc717 |