Skip to content

Commit

Permalink
Trivial fix: replacing qt5 with qtsdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Arvai committed Feb 18, 2013
1 parent d5ae4a4 commit 113115b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-qt5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
NEW_QTDIR=
INSTALL_TYPE=
if [ $DEVELOPER_BUILD ]; then
NEW_QTDIR=$ABSDIR/qt5/qtbase
NEW_QTDIR=$ABSDIR/qtsdk/qtbase
INSTALL_TYPE=-developer-build
else
NEW_QTDIR=/usr/local/Trolltech/Qt5/$QT_WEEKLY_REV
Expand All @@ -72,7 +72,7 @@ fi

for module in $NON_QT5_MODULES
do
if [ ! -d qt5/$module ]; then
if [ ! -d qtsdk/$module ]; then
module_branch="${module}_BRANCH"
git clone -b ${!module_branch} $MIRROR_URL"/qt/"$module".git" qtsdk/$module
fi
Expand Down

0 comments on commit 113115b

Please sign in to comment.