Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.
Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Ifc22d8ae24532e9a1093ca613ed6590a1992bc39
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
The "newer" API has been available since Windows 10 1703 (SDK version
15063) is much older than Qt6's minimum Windows 10 version (1809/SDK 17763).
This patch is a preparation for a followup which will clean more of the
code base.
Change-Id: I58c3be4cfc19bfd8049ddbd49549c220c0c123fd
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
ICC chokes on the way, callbacks are registered for the winrt backend,
so it should be disabled when ICC is used to build QtConnectivity.
Task-number: QTBUG-68026
Change-Id: I6f8f0b031a97afe7ebecc5cdf78d4fe4d1aac2b4
Reviewed-by: Alexander Shevchenko <sav_ix@ukr.net>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Instead of checking for a certain Windows version, we should check
whether the API is actually available
[ChangeLog][QtBluetooth][Windows] Enabled UWP backend for desktop
Windows versions that support the API
Task-number: QTBUG-61566
Change-Id: I8384119c70cc2c4bdcdbe6b297cfcf5fb3e3f534
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>