Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Pin Qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Feb 19, 2017
1 parent faa72c5 commit 44b83c9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
APPNAME=harbour-whisperfish
VERSION=$(git describe --long --tags --dirty --always 2>/dev/null | cut -f2 -d'v')
GOQT_VERSION=d874b0a4b22e34a1cc253218e2f4ca09c9fe686d
QT_VERSION=5.7.0

case "$1" in
bootstrap-qt)
Expand All @@ -39,16 +40,16 @@ case "$1" in
GOARCH=386 $GOROOT/src/run.bash
;;
prep)
qtmoc $PWD/settings
qtmoc $PWD/model
qtmoc $PWD/worker
$GOPATH/bin/qtminimal sailfish-emulator $PWD
QT_VERSION=$QT_VERSION qtmoc $PWD/settings
QT_VERSION=$QT_VERSION qtmoc $PWD/model
QT_VERSION=$QT_VERSION qtmoc $PWD/worker
QT_VERSION=$QT_VERSION $GOPATH/bin/qtminimal sailfish-emulator $PWD
;;
prep-arm)
qtmoc $PWD/settings
qtmoc $PWD/model
qtmoc $PWD/worker
$GOPATH/bin/qtminimal sailfish $PWD
QT_VERSION=$QT_VERSION qtmoc $PWD/settings
QT_VERSION=$QT_VERSION qtmoc $PWD/model
QT_VERSION=$QT_VERSION qtmoc $PWD/worker
QT_VERSION=$QT_VERSION $GOPATH/bin/qtminimal sailfish $PWD
;;
compile)
rm -f $APPNAME
Expand Down

0 comments on commit 44b83c9

Please sign in to comment.