Re: [Development] How to build Qt5 out-of-source?

2012-05-13 Thread Thiago Macieira
On sábado, 12 de maio de 2012 15.28.16, Loaden wrote: > > ../Qt5/build -j 1 Conclusion: the build script does not work out-of-source. Do it manually. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration

Re: [Development] How to build Qt5 out-of-source?

2012-05-13 Thread Loaden
In out-of-source build, I have to copy the 'build' and 'build.dependencies' from source directory into the build directory. Then these command lead failed with the log show below. #!/bin/bash > > export LANG=C > unset QTDIR > export PATH="$PWD/../Qt5/qtbase/bin:$PATH" > > ../Qt5/configure -prefix

Re: [Development] How to build Qt5 out-of-source?

2012-05-12 Thread Thiago Macieira
On sábado, 12 de maio de 2012 15.28.16, Loaden wrote: > Hi, all! > I want build Qt5 use out-of-source like this way, and final failed. What is this final that failed? Out-of-source buiding works for me, though not all the time. Sometimes there are issues that need fixing. -- Thiago Macieira - th

Re: [Development] How to build Qt5 out-of-source?

2012-05-12 Thread Xizhi Zhu
What's the error message? At least the instructions at http://qt-project.org/wiki/Building_Qt_5_from_Git works for me on Kubuntu. On Sat, May 12, 2012 at 10:28 AM, Loaden wrote: > Hi, all! > I want build Qt5 use out-of-source like this way, and final failed. > > #!/bin/bash >> >> unset QTDIR >>

[Development] How to build Qt5 out-of-source?

2012-05-12 Thread Loaden
Hi, all! I want build Qt5 use out-of-source like this way, and final failed. #!/bin/bash > > unset QTDIR > export PATH="$PWD/../Qt5/qtbase/bin:$PATH" > > ../Qt5/configure -prefix $PWD/qtbase -opensource -confirm-license -fast > -nomake examples > ../Qt5/build -j 1 > > read -n1 -p "Press any key to