summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-22 22:41:13 +0800
committerruki <[email protected]>2021-12-22 22:41:13 +0800
commit32cb3e689bdfa82a9f37488062b35625a3a3ba57 (patch)
tree6ae334008ebc945759a778b2364d5c0adcfffc03
parentaf1618680f6ed2f90accafc534ffdfc7caf2f078 (diff)
update readme
-rw-r--r--README.md4
-rw-r--r--README_zh.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17eed1810..ade03e163 100644
--- a/README.md
+++ b/README.md
@@ -508,6 +508,10 @@ Please download and install more other plugins from the plugins repository [xmak
* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
+* [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886))
+
+* [xmake-qtcreator](https://github.com/Arthapz/xmake-project-manager) (third-party, thanks [@Arthapz](https://github.com/Arthapz))
+
### XMake Gradle Plugin (JNI)
We can uses [xmake-gradle](https://github.com/xmake-io/xmake-gradle) plugin to compile JNI library in gradle.
diff --git a/README_zh.md b/README_zh.md
index b62c7fa8e..9776597ea 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -516,6 +516,10 @@ $ xmake l
* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
+* [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886))
+
+* [xmake-qtcreator](https://github.com/Arthapz/xmake-project-manager) (third-party, thanks [@Arthapz](https://github.com/Arthapz))
+
### XMake Gradle插件 (JNI)
我们也可以在Gradle中使用[xmake-gradle](https://github.com/xmake-io/xmake-gradle)插件来集成编译JNI库