Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
This is example 17, and perhaps a viable solutions of answering the Qt FAQ How to cross-compile a Qt Creator project from Ubuntu to a windows executable?, which follows [1].
Project information
Operating system: Ubuntu 10.04 LTS Lucid Lynx
IDE: Qt Creator 2.0.0
Project type: GUI application
Libraries used:
#------------------------------------------------- |
///CppQtCrosscompilerToWindowsExample3: |
sudo apt-get install dpkg-cross |
sudo gedit /etc/dpkg-cross/cross-compile Added text to the file opened: crossprefix = i586-mingw32msvc- crossdir = /usr/i586-mingw32msvc
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.