diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-04-08 15:45:37 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-04-08 15:55:10 -0700 |
commit | 3172a9744f2e296d9e8a68558e11c884c9c30aca (patch) | |
tree | cdfb929f4019a4709d47d84399c33f9f75c42135 | |
parent | 5e53d0586fe97db1d49b4b63313c96efb7bf71f8 (diff) | |
download | qtlocation-mapboxgl-3172a9744f2e296d9e8a68558e11c884c9c30aca.tar.gz |
[qt] Renamed qt5 formula to qt
-rw-r--r-- | platform/qt/bitrise-qt5.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/platform/qt/bitrise-qt5.yml b/platform/qt/bitrise-qt5.yml index 4438b50a8f..a6893098cd 100644 --- a/platform/qt/bitrise-qt5.yml +++ b/platform/qt/bitrise-qt5.yml @@ -16,12 +16,12 @@ workflows: set -eu -o pipefail sudo chown -R $USER /usr/local brew install cmake - brew install qt5 - brew link qt5 --force - brew linkapps qt5 - export HOMEBREW_QT5_VERSION=$(brew list --versions qt5 | rev | cut -d' ' -f1 | rev) - ln -s /usr/local/Cellar/qt5/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs - ln -s /usr/local/Cellar/qt5/$HOMEBREW_QT5_VERSION/plugins /usr/local/plugins + brew install qt + brew link qt --force + brew linkapps qt + export HOMEBREW_QT5_VERSION=$(brew list --versions qt | rev | cut -d' ' -f1 | rev) + ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs + ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/plugins /usr/local/plugins export BUILDTYPE=Debug make qt-app make run-qt-test |