Files
qt5/coin/provisioning/qtci-windows-11_24H2-x86_64/conanfiles/qtwebkit.txt
Elias Toivola 3fc4fe9e00 Add Windows 11 24h2 x86_64 UEFI with non-blocking tests
There are two image templates right away: -70 is Windows 11 with no
Visual Studio or Windows SDK ever installed. -71 includes VS2022 17.9.1
(MSVC 14.39.33519) and Windows SDK 10.0.26100.1742

Image changes compared to 23h2:
- VS2019 is left out as it's no longer used in provisioning scripts.
- Old DirectX installation (10-dxsdk.ps1) is left out. It's legacy,
  originally used for Windows 7, and newer libraries should be found
  from Windows SDK.
- 08-libclang-v100-dyn.ps1 is removed as it's no longer used. It had
  dependency to VS2019.
- These images use UEFI instead of BIOS.
[CI Platforms]

Task-number: QTQAINFRA-6734
Task-number: QTQAINFRA-6823
Change-Id: I53a62c74b07d7fbfc9b1afbe44444272ae7c51e7
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
2025-04-11 08:43:08 +00:00

32 lines
539 B
Plaintext

[requires]
icu/65.1@qtproject/stable
libxml2/2.9.10@qtproject/stable
libxslt/1.1.34@qtproject/stable
libjpeg-turbo/2.0.5@qtproject/stable
[generators]
cmake
txt
[options]
icu:shared=True
icu:data_packaging=library
libxml2:shared=True
libxml2:iconv=False
libxml2:icu=True
libxml2:zlib=False
libxslt:shared=True
libjpeg-turbo:shared=False
[imports]
bin, icudt65.dll -> ./bin
bin, icuin65.dll -> ./bin
bin, icuuc65.dll -> ./bin
bin, libxml2.dll -> ./bin
bin, libxslt.dll -> ./bin
bin, libxml2-2.dll -> ./bin
bin, libxslt-1.dll -> ./bin