diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index f5e90bc0..01325c88 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -5,6 +5,7 @@ mkdir build && cd build ls -lh $(brew --prefix qt5) cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ + -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \ -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \ -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \ -DLIBOBS_LIB=../../obs-studio/libobs \