Add OS X platform changes.

Change-Id: Ib685a2c9a012bbd73b0da99eabce3a0cd0b21358
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Morten Johan Sørvig
2014-10-26 22:26:16 +01:00
parent 18a538ed40
commit 6c308e6f1d
+12
View File
@@ -31,3 +31,15 @@ QtSql
- qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird.
- QSqlDriver::dbmsType(): New method reports DBMS type. Especially useful when using ODBC.
****************************************************************************
* Platform Specific Changes *
****************************************************************************
OS X
----
- OS X 10.6 is no longer supported.
- OS X 10.10 is now supported.
- QMacStyle has been updated with better OS 10.10 support.
- The Qt binary packages are now configured with C++11 enabled.