I'll answer my own question.
Maybe there is a faster way, but i removed them from the qt sources and
built my own qt version.
the patch is attached.
I'll probably open a bug on this, not sure whether somebody will work on
it, but there should be at the very least a configure switch imo :)
c
The issue should be fixed, and running a clean init-repository should work now.
For an already broken checkout, you should be able to cd into the semi-broken
submodules and manually run git checkout / first.
After which an init-repository -f should work in the existing checkout as well.
> On 12.
Hi again,
Could you please try to clone qt5compat repo as shown below into a new
directory, and then share output of all the commands?
cd some_tmp_dir
git clone "ssh://@codereview.qt-project.org:29418/qt/tqtc-qt5compat"
# need to adjust user name
cd tqtc-qt5compat
git rev-parse HEAD
git checkou