On 28.08.2012 12:04, Stephen Kelly wrote:
On Tuesday, August 28, 2012 11:49:28 Peter Kümmel wrote:
I tried it again from scratch, and I was wrong, it also doesn't work
on 12.04, only one file is copied: lib/cmake/Qt5Core/Qt5CTestMacros.cmake

Ok. Please tell me how to try it out.

'aptitude search mingw' gives many result. I have not used mingw on linux
before.


sudo apt-get install mingw-w64

and attched script to build Qt.

Peter

#!/bin/sh

../qtbase/configure -xplatform win32-g++ -device-option 
CROSS_COMPILE=i686-w64-mingw32- -nomake examples -nomake demos -fast -release 
-prefix /opt/Qt-5.0.0-win32-g++-i686-w64-mingw32 -opensource -confirm-license 
&& make -j5 && sudo make install

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to