瀏覽代碼

Add Qt5 to includes (caused issues with debian) *

* 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
jp9000 11 年之前
父節點
當前提交
3f771cf631
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      obs/CMakeLists.txt

+ 1 - 1
obs/CMakeLists.txt

@@ -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)