Update changes.html and CHANGES.

This commit is contained in:
Laurent Rineau 2015-08-27 16:32:20 +02:00
parent ab2ad75091
commit 3b5ff3f1ff
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -129,10 +129,12 @@ and <code>src/</code> directories).
the path to the directory containing the file <code>Qt5Config.cmake</code> created
by your Qt5 installation.
If you are using the open source edition it should be
<code>/path-to/qt-everywhere-opensource-src-&lt;version&gt;/qtbase/lib/cmake/Qt5</code>.</li>
<code>/path-to/qt-everywhere-opensource-src-&lt;version&gt;/qtbase/lib/cmake/Qt5</code>.
</li>
<li>The code of the 3D demos now use modern OpenGL, with shaders,
instead of the fixed pipeline API of OpenGL-1.</li>
<li>Initial support of the Microsoft Windows Visual C++ compiler 2015
(VC14).</li>
</ul>
<h3>General</h3>