Bump Qt to 5.6.1
The major changes are:
LTS - 5.6 is the new Long Term Support release, the previous being 4.8
Windows 10 is fully supported
High-DPI support, details here
Improved C++11 support by adding reverse iterators for all our container classes, a key_iterator for QHash and QMap, and a const_iterator for QByteArray.
Maybe worth noting that 5.6 is the will be the last version before some open source licensing changes take place, more details here.
Qt 5.6.0 - release post Qt 5.6.1 - release post
Fixes #7999
OpenSSL 1.0.2h
I had issues compiling with 1.0.1k, and had to remove the no-cms
and no-rc2
configure options for 1.0.2h, otherwise the build would fail.
I also had to add a make depend
step before building.