Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Sure fail attempt at solving How to cross-compile a Qt Creator project from Ubuntu to a windows executable?.
Operating system: Ubuntu 10.04 LTS Lucid Lynx
IDE: Qt Creator 2.0.0
Project type: GUI application
Libraries used:
Project options:
#------------------------------------------------- |
#include <iostream> |
Process
In Qt Creator, pressing 'Run' resulted in:
Failed to start program. Path or permissions wrong? |
In the project's subfolder 'Debug' there was a file 'CppQtCrossCompileToWindowsExample18.exe' to be found.
Starting the executable with Wine:
wine CppQtCrossCompileToWindowsExample18.exe |
Screen output:
wine: Bad EXE format for Z:\home\richel\Desktop\CppQtCrossCompileToWindowsExample18.exe |
This approach is now estimated as a sure fail.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.