Commit c030d540 authored by Quentin Derouault's avatar Quentin Derouault
Browse files

Merge branch 'feature/qt6.10/windows' into 'develop'

Added Qt6.10.0 support for Windows

See merge request !145
parents 4602c06e e728856c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,14 +98,14 @@ windows:
      junit: build/junit-report-${qtversion}.xml
  parallel:
    matrix:
      - qtversion: [5.15.8, 6.2.4, 6.3.2, 6.4.3, 6.5.0, 6.6.0, 6.7.0, 6.8.0]
      - qtversion: [5.15.8, 6.2.4, 6.3.2, 6.4.3, 6.5.0, 6.6.0, 6.7.0, 6.8.0, 6.9.0]


# Run more tests and coverage with latest Qt version
windows:latest:
  extends: .windows-build
  variables:
    qtversion: "6.9.0"
    qtversion: "6.10.0"
  script:
    - !reference [.windows-build, script]
    - $Env:PYTHONPATH = "client"