Skip to content
Snippets Groups Projects
Commit 2f5e2e8a authored by Jörg Bornemann's avatar Jörg Bornemann
Browse files

Use relative path in .gitmodules for assimp repository

We're now mirroring https://github.com/assimp/assimp.git

 to
qt/qtquick3d-assimp.git.

All upstream branches are namespaced under "upstream/". Don't push
changes there - they'll be overwritten. If there's need for custom
changes, request a new branch on gerrit for qt/qtquick3d-assimp.git.

The mirror enables us to use a relative repository path in .gitmodules,
which in turn allows init-repository to init and update this submodule.

Fixes: QTBUG-78771
Change-Id: Ibd30d033924eb2a9c56c198ac6b79a69e0ffed7b
Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
parent 080a505b
No related branches found
No related tags found
No related merge requests found
[submodule "src/3rdparty/assimp/src"]
path = src/3rdparty/assimp/src
url = https://github.com/assimp/assimp.git
url = ../qtquick3d-assimp.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment