Hi, I am working on debian 8 64 bit and I try to configure Qt Creator to crosscompile pure c++ application from linux to windows.

So far I downloaded mingw32 and successfully compiled simple "Hello World" c++ application by means of command

Qt Code:
  1. /usr/bin/x86_64-w64-mingw32-g++ main.cpp -o windows_64.exe
To copy to clipboard, switch view to plain text mode 

File windows_64.exe works properly on Windows.
And now question how I can configure QtCreator to crosscompile from linux to windows?