Skip to content

Commit

Permalink
Use updated Qt formula for Homebrew
Browse files Browse the repository at this point in the history
The `--HEAD` flag is no longer necessary:

Homebrew/legacy-homebrew@4bd6016
  • Loading branch information
Dan Croak committed Nov 28, 2013
1 parent fbb2e9f commit 098e418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mac
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fancy_echo "Installing ImageMagick, to crop and resize images ..."
brew install imagemagick

fancy_echo "Installing QT, used by Capybara Webkit for headless Javascript integration testing ..."
brew install qt --HEAD
brew install qt

fancy_echo "Installing watch, to execute a program periodically and show the output ..."
brew install watch
Expand Down
2 changes: 1 addition & 1 deletion mac-components/packages
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fancy_echo "Installing ImageMagick, to crop and resize images ..."
brew install imagemagick

fancy_echo "Installing QT, used by Capybara Webkit for headless Javascript integration testing ..."
brew install qt --HEAD
brew install qt

fancy_echo "Installing watch, to execute a program periodically and show the output ..."
brew install watch

0 comments on commit 098e418

Please sign in to comment.