diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 662509b7b..6a0b4da6b 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -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) }} run: | + lupdate -extensions c,cpp,h,hpp,ui ./ cmake \ -B build \ -G "Ninja" \ diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index f4be31438..548420736 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -59,6 +59,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" \ @@ -73,6 +74,7 @@ jobs: - name: Build qBittorrent (Qt6) if: ${{ startsWith(matrix.qt_version, 6) }} run: | + lupdate -extensions c,cpp,h,hpp,ui ./ cmake \ -B build \ -G "Ninja" \ diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index 47dc8bb83..6d4e8a097 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -99,6 +99,7 @@ jobs: - name: Build qBittorrent run: | + lupdate -extensions c,cpp,h,hpp,ui . cmake ` -B build ` -G "Ninja" `