Skip to content

Commit

Permalink
Change the order of qtquick1 and qtdeclarative so people won't be in …
Browse files Browse the repository at this point in the history
…trouble with MiniBrowser because of the name clash.
  • Loading branch information
balazs committed May 7, 2012
1 parent e4c7664 commit a1370de
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 @@ -2,7 +2,7 @@
. ./build-qt5-env
THREADS=-j30
NEW_QTDIR=/usr/local/Trolltech/Qt5/Qt-5.0.0-$QT_WEEKLY_REV
QT5_MODULES="qtjsbackend qtxmlpatterns qtscript qtdeclarative qtquick1 qt3d qtsensors qtlocation"
QT5_MODULES="qtjsbackend qtxmlpatterns qtscript qtquick1 qtdeclarative qt3d qtsensors qtlocation"

rm -rf $NEW_QTDIR
cd qt5
Expand Down

0 comments on commit a1370de

Please sign in to comment.