PR #15814.
@ -62,6 +62,7 @@ jobs:
- name: Build qBittorrent (Qt5)
if: ${{ startsWith(matrix.qt_version, 5) }}
run: |
lupdate -extensions c,cpp,h,hpp,ui ./
cmake \
-B build \
-G "Ninja" \
@ -75,6 +76,7 @@ jobs:
- name: Build qBittorrent (Qt6)
if: ${{ startsWith(matrix.qt_version, 6) }}
@ -59,6 +59,7 @@ jobs:
@ -73,6 +74,7 @@ jobs:
@ -99,6 +99,7 @@ jobs:
- name: Build qBittorrent
lupdate -extensions c,cpp,h,hpp,ui .
cmake `
-B build `
-G "Ninja" `