No matter how much I search and reread the documentation and wikis of Qt I do not understand how to compile for a target different from the host. I know that it is recommended to use Linux as a development environment but the goal is to be from Windows.
Here they say to use the tool configure
what not is specified is how?
Starting from any example project, I open it with Qt Creator, and then what do I do? What are the steps?
The host is Windows 7 using Qt 5.7 (compiler MinGW 5.3). The target is Debian Wheezy (kernel 3.0.55) on an iMX6Q chip board.