Qt 5.10 introduces many new features and improvements as well as bugfixes over the 5.9.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://doc.qt.io/qt-5/index.html The Qt version 5.10 series is binary compatible with the 5.9.x series. Applications compiled for 5.9 will continue to run with 5.10. Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker: https://bugreports.qt.io/ Each of these identifiers can be entered in the bug tracker to obtain more information about a particular change. **************************************************************************** * Qt 5.10.0 Changes * **************************************************************************** QtBluetooth ----------- - Register QLowEnergyCharacteristic and QLowEnergyDescriptor as meta types. It is therefore necessary to declare them as meta types in the header files. This commit will cause conflicts with existing meta type declarations in applications using Qt. Those declarations need to be removed. - Renamed qbluetoothglobal.h to qtbluetoothglobal.h. - QBluetoothSocket: * Added QBluetoothSocket::RemoteHostClosedError. - QLowEnergyController: * Added QLowEnergyController::RemoteHostClosedError. - Windows: * [QTBUG-61566] Enabled UWP backend for desktop Windows versions that support the API. QtNfc ----- - Renamed qnfcglobal.h tp qtnfcglobal.h. **************************************************************************** * Platform Specific Changes * **************************************************************************** Android ------- - Improved handling of "connection reset by remote device" use cases for QLowEnergyController. iOS/macOS --------- - Fixed compilation issues related to macOS 10.13 SDK changes. Linux/BlueZ ----------- - Improved detection of Bluetooth device type (classic vs. low energy) based on service uuids being offered by the device. - [QTBUG-61554] Enabled default BTLE peripheral services even when QLowEnergyController is running as central role. - [QTBUG-57575] Added option to allow more targeted discovery of Bluetooth devices based on type. WinRT ----- - Fixed -no-pch build of QtBluetooth.