Skip to content

Commit

Permalink
Adapt Build Instructions to qt5
Browse files Browse the repository at this point in the history
Make build instructions more resilient to changing version numbers of
qt5.

The latest version of qt5 from Homebrew is 5.5.0, which wouldn’t get
found anymore.
  • Loading branch information
raphaelschaad committed Sep 16, 2015
1 parent a27d37e commit 0d4577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd antimony
mkdir build
cd build
/usr/local/Cellar/qt5/5.4.*/bin/qmake ../sb.pro
/usr/local/Cellar/qt5/5.*/bin/qmake ../sb.pro
make -j8
open app/Antimony.app
Expand Down

0 comments on commit 0d4577b

Please sign in to comment.