From 9dcb7bb3bc4f8ee21a4a3d06529fa53d313b438b Mon Sep 17 00:00:00 2001 From: psi29a Date: Mon, 1 Jan 2024 16:59:54 +0000 Subject: [PATCH] no really, qt please --- CI/before_install.osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 76f06467aa..69f5b27583 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -19,7 +19,7 @@ install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PAT command -v ccache >/dev/null 2>&1 || brew install ccache command -v cmake >/dev/null 2>&1 || brew install cmake -command -v qmake >/dev/null 2>&1 || brew install qt@6 +command -v qmake >/dev/null 2>&1 || brew install qt export PATH="/opt/homebrew/opt/qt@6/bin:$PATH"