That's the problem. Sorry, I forgot upload the attachment. Same build script, works well for master branch. So, This is only buildsystem issue.
> #!/bin/bash > rm -rf bin > mkdir bin > ln -s /usr/bin/i686-w64-mingw32-gcc ./bin/i686-pc-mingw32-gcc > ln -s /usr/bin/i686-w64-mingw32-g++ ./bin/i686-pc-mingw32-g++ > ln -s /usr/bin/i686-w64-mingw32-ar ./bin/i686-pc-mingw32-ar > ln -s /usr/bin/i686-w64-mingw32-strip ./bin/i686-pc-mingw32-strip > ln -s /usr/bin/i686-w64-mingw32-windres ./bin/i686-pc-mingw32-windres > ln -s /usr/bin/i686-w64-mingw32-pkg-config ./bin/i686-pc-mingw32-pkg-config > export LANG=C > unset QTDIR > export PATH="$PWD/qtbase/bin:$PWD/bin:$PATH" > ../Qt5/configure -prefix $PWD/qtbase -xplatform > unsupported/win32-g++-cross -opensource -confirm-license -release -fast > -force-pkg-config -nomake examples >>config.log 2>&1 > read -n1 -p "Press any key to continue..." > 2012/6/15 Thiago Macieira <[email protected]> > Are you sure you ran the right qmake? That the mkspec setting was correct? > Note this in your output: > > > -I/home/loaden/qpSOFT/Projects/Qt5/qtbase/mkspecs/linux-g++-64 > > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen
BuildQt5-w32.tar.gz
Description: GNU Zip compressed data
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
