mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 04:31:08 -06:00
Update default Qt version to 5.6
Fixed compilation issue on Mac
This commit is contained in:
@@ -24,13 +24,14 @@
|
||||
|
||||
#include <openspace/util/time.h>
|
||||
|
||||
#include "time_lua.inl"
|
||||
|
||||
#include <openspace/util/spicemanager.h>
|
||||
#include <openspace/util/syncbuffer.h>
|
||||
|
||||
#include <ghoul/filesystem/filesystem.h>
|
||||
#include <ghoul/misc/assert.h>
|
||||
|
||||
#include "time_lua.inl"
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
@@ -23,8 +23,9 @@
|
||||
****************************************************************************************/
|
||||
|
||||
#include <ghoul/misc/assert.h>
|
||||
#include <ctime>
|
||||
|
||||
#include <cppformat/format.h>
|
||||
#include <ctime>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
@@ -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 ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user