Update default Qt version to 5.6

Fixed compilation issue on Mac
This commit is contained in:
Alexander Bock
2016-04-30 10:24:49 +02:00
parent 25702a787f
commit bfbf823959
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ function (add_external_dependencies)
# Unfortunately, we have to set this value manually; sigh
# In the future, if the Qt version is updated, just add to this variable ---abock
if (APPLE)
set(CMAKE_PREFIX_PATH "~/Qt/5.5/clang_64/lib/cmake" PARENT_SCOPE)
set(CMAKE_PREFIX_PATH "~/Qt/5.6/clang_64/lib/cmake" PARENT_SCOPE)
endif ()
endfunction ()