# Download + install Qt 5.9


export MPV_BIN_PATH="$(pwd)/deps/libmpv/mac"

# Download ffmpeg
wget "https://ffmpeg.zeranoe.com/builds/macos64/static/ffmpeg-3.3.4-macos64-static.zip"
7z x ffmpeg-3.3.4-macos64-static.zip
export FFMPEG_BIN_PATH="$(pwd)/ffmpeg-3.3.4-macos64-static/bin"

pushd "$( dirname "${BASH_SOURCE[0]}" )"
export PATH="$(pwd)/$(./get-qt59.sh .):$PATH"
popd

echo PATH is now: $PATH