Compiling from Linux to Windows target

I’m having issues figuring out and finding information on how to compile QGC for a windows machine while using QT Creator on Linux. I can compile for Linux no problem.

Any guidance would be appreciated.

Thanks in advance.

What issues are you facing??
As per QGC developer guide, you need Qt 5.12.6 version installed on your Windows machine for compiling QGC.

I have followed the guide. My question is if its possible to compile a windows build from a Linux machine and if there’s a guide on how to do so.

You can’t build Windows executable on Linux machine. But if you already have a Windows executable you can run it on Linux using WINE.

thanks my issue has been fixed.

thanks for the awesome information.