diff options
author | Orangerot <purple@orangerot.dev> | 2024-08-04 04:50:11 +0200 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-08-04 04:50:11 +0200 |
commit | cf013eb832f323cb9de6b114038233b77d115bc8 (patch) | |
tree | 91481cc6be6d8622dbeffaabcda42500574b393a /.gitmodules | |
parent | 71aee728b7bc5868e1e6ade8fbe615a6fdf132ba (diff) |
feat(QJsonModel): compile and first model test
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e9f9ab0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/QJsonModel"] + path = external/QJsonModel + url = https://github.com/dridk/QJsonModel.git |