From 3b5ff3f1ff17aa7b8eda333bc9a8713e1b8ba5eb Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 27 Aug 2015 16:32:20 +0200 Subject: [PATCH] Update changes.html and CHANGES. --- Installation/CHANGES | 2 ++ Installation/changes.html | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Installation/CHANGES b/Installation/CHANGES index dacaa40e88f..9fbd4615be5 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -20,6 +20,8 @@ Release date: September 2015 - The code of the 3D demos now use modern OpenGL, with shaders, instead of the fixed pipeline API of OpenGL-1. + - Initial support of the Microsoft Windows Visual C++ compiler 2015 (VC14). + * General diff --git a/Installation/changes.html b/Installation/changes.html index b5efc5f0aef..9e7047a6cf8 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -129,10 +129,12 @@ and src/ directories). the path to the directory containing the file Qt5Config.cmake created by your Qt5 installation. If you are using the open source edition it should be - /path-to/qt-everywhere-opensource-src-<version>/qtbase/lib/cmake/Qt5. - + /path-to/qt-everywhere-opensource-src-<version>/qtbase/lib/cmake/Qt5. +
  • The code of the 3D demos now use modern OpenGL, with shaders, instead of the fixed pipeline API of OpenGL-1.
  • +
  • Initial support of the Microsoft Windows Visual C++ compiler 2015 + (VC14).
  • General