From e52543efe77564f068421aea8dd284fc1f3c58d2 Mon Sep 17 00:00:00 2001 From: asquelt Date: Wed, 5 Apr 2017 09:34:15 +0200 Subject: [PATCH] try to build osx version --- CI/before-script-osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 01325c88..12b03fc0 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -6,6 +6,7 @@ ls -lh $(brew --prefix qt5) cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \ + -DQt5Widgets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Widgets \ -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \ -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \ -DLIBOBS_LIB=../../obs-studio/libobs \