I use mingw for cross compiling ++ software, using Qt, from Linux to Windows. Since Qt6 is there for a few years I am upgrading the software from Qt5 to Qt6. I seem to be missing qmake for mingw (both 32 and 64) for the Qt6 version(s).
Is there a link to get qmake installed?
Just a guess I my part but I recall reading that Qt6 mirgrated to using cmake for builds? Not sure if you need qmake anymore.
The Linux version for Qt6 does provide a qmake, that is why I was wondering
As far as I know, the Qt6 version for the windows version of mingw/msys also provides a
qmake
qmake is so much wasier to use that cmake, I really prefer it
It seems to be there; it’s {triplet}-qmake-qt6
.
That is the problem, it is not
It’s definitely right there in the package I linked.
You are right, but the naming is completely different, it is now i686-w64-ming32-qmake-qt5 and no short name such as “mingw32-qmake-qt6” what one should expect
Anyway, problem solved, Thanks