Skip to content
Advertisement

Tag: qt6

How to cross-compile Qt6 on Linux for Windows?

I’m trying to cross-compile Qt 6.2.1. Target – Windows, my machine OS – Linux (Mint 20.2) (both 64bit). Unfortunately I can’t compile it on Windows, so I have to do this cross-compilation. My configure cmd: At the end of CMake work I’m getting this: And then, after cmake –build . –parallel: I have checked (this is also visible in log

Advertisement