Commit Graph

4 Commits

Author SHA1 Message Date
Lucie Gérard 664d2a1cf0 Use SPDX license identifiers
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>
2022-06-10 15:13:12 +02:00
Oliver Wolff 9e7268d1c9 Unify winrt configure tests
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>
2021-04-08 16:58:32 +02:00
Oliver Wolff defb24004e Make winrt_bt config test fail on ICC
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>
2018-07-17 05:17:59 +00:00
Oliver Wolff dbd70341ea Add configure test to detect presence of winrt API
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>
2017-08-30 13:33:08 +00:00