summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-10-06 11:49:09 +0000
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-10-06 16:58:43 +0200
commit07840524085bd1785b8f9142b03d942f678c5c51 (patch)
tree499c1674fdd1b3e0c07688d8e4e56748dfea2ca3 /.gitmodules
Initial import
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..9358ac2f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "ColladaDOM"]
+ path = src/3rdparty/ColladaDOM
+ url = ../qt3dstudio-collada-dom.git
+[submodule "EASTL"]
+ path = src/3rdparty/EASTL
+ url = ../qt3dstudio-eastl.git
+[submodule "pcre"]
+ path = src/3rdparty/pcre
+ url = ../qt3dstudio-pcre.git
+[submodule "Lua"]
+ path = src/3rdparty/Lua
+ url = ../qt3dstudio-lua.git