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

Loaden loaden at gmail.com
Sat May 12 09:28:16 CEST 2012


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 continue..."
>
> Any comments and tips are very welcome!

-- 
Please don't ask where I come from, It's a shame!
Best Regards
Yuchen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120512/cd1896ef/attachment.html>


More information about the Development mailing list