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
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
