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 a working Ubuntu executable.
Copying the source to a Cygwin folder, a make was attempted:
make |
Screen output:
/usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/cygwin-g++ -unix CONFIG+=debug -o Makefile CppQtCrossCompileToWindowsExample19.pro |
This approach is estimated to be a sure fail.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.