Skip to content

Commit

Permalink
Use Qt 5.7 to build the macOs package
Browse files Browse the repository at this point in the history
Qt 5.7 supports OSX version down to 10.8
  • Loading branch information
callaa committed Mar 17, 2018
1 parent b1de3f7 commit 83dc85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/make-mac-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

QTDIR="$HOME/Qt/5.10.1/clang_64"
QTDIR="$HOME/Qt/5.7/clang_64"
VERSION=$(grep DRAWPILE_VERSION ../CMakeLists.txt | cut -d \" -f 2)
TITLE="Drawpile $VERSION"

Expand Down

0 comments on commit 83dc85c

Please sign in to comment.