* Not entirely sure if this will fix it, johnnypatterson claimed it would, but this checked out on my mac so at the very least I don't think it should hurt anything
@@ -1,6 +1,6 @@
project(obs)
-include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
+include_directories(SYSTEM Qt5 "${CMAKE_SOURCE_DIR}/libobs")
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(_lib_suffix 64)