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 19:58:01 -0700 |
commit | 4d0605a004844726fc5f5e015c6d4320a880bfa0 (patch) | |
tree | 1056d0794b5768593c93677192e69f0a3c2ccc39 | |
parent | b16d6bfcf6609e2061080d007142c5ee303bc7c4 (diff) | |
download | qtlocation-mapboxgl-4d0605a004844726fc5f5e015c6d4320a880bfa0.tar.gz |
[qt] Renamed qt5 formula to qtmacos-v0.4.1
Cherry-picked from 3172a9744f2e296d9e8a68558e11c884c9c30aca.
-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 036ec044c5..d9b7d4bc69 100644 --- a/platform/qt/bitrise-qt5.yml +++ b/platform/qt/bitrise-qt5.yml @@ -31,12 +31,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 |