Skip to content

Instantly share code, notes, and snippets.

@samuelestabrook
Last active August 29, 2015 14:24
Show Gist options
  • Save samuelestabrook/5c52823b1f5981778527 to your computer and use it in GitHub Desktop.
Save samuelestabrook/5c52823b1f5981778527 to your computer and use it in GitHub Desktop.
Fix Qt for Homebrew QGIS install

Fix Qt for Homebrew QGIS install

Go to terminal and roll back the Qt installation through GitHub

$ brew uninstall qt
$ brew install https://raw.githubusercontent.com/Homebrew/homebrew/8dd3478131b232553f4c0cab197f8443a0a559a6/Library/Formula/qt.rb

Pin your Qt install (this should keep brew upgrade from upgrading it)

$ brew pin qt

All done until another upgrade breaks something :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment