summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_win.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-051-4/+55
| | | | | | | | | | | | This change enables the optional use of the Win32-based Bluetooth backend on Windows. By default, the WinRT backend is used, if supported by the platform. The use of the Win32 backend must be selected by the -native-win32-bluetooth configuration option. Task-number: QTBUG-40698 Change-Id: I6904bf077467d826e3ff5ad026ebae5f955f2e37 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Update license information for Windows filesLubomir I. Ivanov (VMware)2018-02-201-14/+20
| | | | | Change-Id: Iec42df246c5faec4260bbeb0dbf806477530d30f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Update Digia headers to QtCompany headersAlex Blasche2015-03-031-23/+15
| | | | | | Change-Id: I07b67d4bd879994a480a70f4776d68256f51d736 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Add a stub modules to compile on WindowsDenis Shienkov2014-07-161-0/+71
It is the first commit which prepares possibility of build for Windows; still there is no Windows-specific implementation of bluetooth classes. Tested build with Qt5 (MinGW). Change-Id: I70d8c5cff4ac4e8b9192ab8556d81aad8432394a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>