mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
travis macos build
This commit is contained in:
parent
b4747ea888
commit
835742f2bf
@ -53,10 +53,6 @@ install:
|
|||||||
brew install gcc5;
|
brew install gcc5;
|
||||||
brew install qt;
|
brew install qt;
|
||||||
brew link --force qt;
|
brew link --force qt;
|
||||||
export QT_NAME="qt";
|
|
||||||
export HOMEBREW_QT5_VERSION=$(brew list --versions $QT_NAME | rev | cut -d' ' -f1 | rev);
|
|
||||||
ln -s /usr/local/Cellar/$QT_NAME/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs;
|
|
||||||
ln -s /usr/local/Cellar/$QT_NAME/$HOMEBREW_QT5_VERSION/plugins /usr/local/plugins;
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user