Skip to content

Commit 78cb5fc

Browse files
Qt6.8.3 build on windows and linux
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
1 parent e5a849d commit 78cb5fc

17 files changed

+271
-992
lines changed

.github/workflows/build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" --add Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64 --add Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL --add Microsoft.VisualStudio.Component.VC.14.29.16.11.CLI.Support --quiet --norestart
200200
201201
- name: Update msbuild path
202-
if: runner.os == 'Windows'
202+
if: ${{ !contains(matrix.package, 'qt-6') && runner.os == 'Windows' }}
203203
uses: ilammy/msvc-dev-cmd@v1.13.0
204204
with:
205205
toolset: 14.29

package-system/Qt/Dockerfile

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)