chore: Build with Qt6 by default on Windows (#5155)

Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
pajlada
2024-02-05 11:59:41 +01:00
committed by GitHub
parent c6f365b681
commit 6ad203f231
3 changed files with 12 additions and 1 deletions
+6
View File
@@ -106,6 +106,12 @@ jobs:
echo "C2_BUILD_WITH_QT6=ON" >> "$GITHUB_ENV"
shell: bash
- name: Disable BUILD_WITH_QT6
if: startsWith(matrix.qt-version, '5.')
run: |
echo "C2_BUILD_WITH_QT6=OFF" >> "$GITHUB_ENV"
shell: bash
- uses: actions/checkout@v4
with:
submodules: recursive