Skip to content

Commit

Permalink
We don't need -no-c++11 build, it is already fixed in WebKit trunk - h…
Browse files Browse the repository at this point in the history
  • Loading branch information
ossy-szeged committed Jul 5, 2012
1 parent f2177e7 commit c3cf81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-qt5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ echo ==========================================================
export QTDIR=$NEW_QTDIR
export PATH=$QTDIR/bin:$PATH

./configure -opensource -confirm-license -no-c++11 -no-pch -nomake examples -nomake demos -nomake tests -no-gtkstyle -nomake translations -qt-zlib -qt-libpng -qt-libjpeg -qt-sql-sqlite $BUILD_TYPE $INSTALL_TYPE
./configure -opensource -confirm-license -no-pch -nomake examples -nomake demos -nomake tests -no-gtkstyle -nomake translations -qt-zlib -qt-libpng -qt-libjpeg -qt-sql-sqlite $BUILD_TYPE $INSTALL_TYPE

cd qtbase && make $THREADS && if [ ! $DEVELOPER_BUILD ]; then make install; fi && cd ..
if [ $? -ne 0 ] ; then
Expand Down

0 comments on commit c3cf81b

Please sign in to comment.