diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-07-25 12:46:32 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-07-25 10:46:32 +0000 |
commit | 8bc408e4ba52d760ad134136769be97cf7aa0d0d (patch) | |
tree | 8aa3986dfdb64717eb285f41febfbb9dfc6a58a4 | |
parent | b0f4587663d76fd79639b7e22bcac3d859a3abec (diff) | |
download | meson-8bc408e4ba52d760ad134136769be97cf7aa0d0d.zip meson-8bc408e4ba52d760ad134136769be97cf7aa0d0d.tar.gz meson-8bc408e4ba52d760ad134136769be97cf7aa0d0d.tar.bz2 |
Added KDevelop to the docs (#5714) [skip ci]
The new meson plugin will be included in KDevelop 5.4, so adding
it to the IDE-Integration docs.
https://www.kdevelop.org/news/kdevelop-5380-released
-rw-r--r-- | docs/markdown/IDE-integration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 9ed61c7..ec347d7 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -258,5 +258,6 @@ This API can also work without a build directory for the `--projectinfo` command # Existing integrations - [Gnome Builder](https://wiki.gnome.org/Apps/Builder) +- [KDevelop](https://www.kdevelop.org) - [Eclipse CDT](https://www.eclipse.org/cdt/) (experimental) - [Meson Cmake Wrapper](https://github.com/prozum/meson-cmake-wrapper) (for cmake IDEs) |