We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f0c8d commit 94b2b6dCopy full SHA for 94b2b6d
.gitignore
@@ -37,6 +37,7 @@ target_wrapper.*
37
38
# QtCreator
39
*.autosave
40
+.qtc_clangd/
41
42
# QtCreator Qml
43
*.qmlproject.user
@@ -54,3 +55,4 @@ compile_commands.json
54
55
debug/
56
release/
57
buildlib/
58
+build/
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "3rdparty/kcp"]
2
+ path = 3rdparty/kcp
3
+ url = https://github.com/skywind3000/kcp.git
3rdparty/kcp
0 commit comments