Details
Description
If I call
qbs setup-toolchains /usr/bin/x86_64-w64-mingw32-g++ mingw64
and
qbs setup-qt /usr/x86_64-w64-mingw32/bin/qt5/qmake mingw64_qt5
I am left with:
profiles.mingw64_qt5.Qt.core.binPath: "/usr/x86_64-w64-mingw32/sys-root/mingw/bin"
Correct would be:
/usr/x86_64-w64-mingw32/bin/qt5/
So my build ends up failling with:
ERROR: The process '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/rcc' could not be started: No such file or directory