I continued my experimentation in same SSH session where I built QT6.4 for MacOS with Ninja generator with the same QT sources location:
scp /mnt/d/dev.distrib/qt-everywhere-src-6.4.0.tar.xz admin@192.168.0.112:/Users/admin/repos
tar xf qt-everywhere-src-6.4.0.tar.xz
cd ~/build/qt
export MY_QT_SRC_DIR=~/repos/qt-everywhere-src-6.4.0
QT did not built with -debug-and-release
option so I decided to build debug and release version separately with the following configurations: