Re: [Interest] Removing fonts from qrc in webassembly

2024-02-12 Thread Adam
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

Re: [Interest] Qt 6.5.4-LTS from source -> fatal: Unable to find current revision in submodule path 'qt5compat'

2024-02-12 Thread Alexandru Croitor via Interest
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.

Re: [Interest] Qt 6.5.4-LTS from source -> fatal: Unable to find current revision in submodule path 'qt5compat'

2024-02-12 Thread Alexandru Croitor via Interest
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