|
|
|
@ -64,7 +64,6 @@ jobs:
@@ -64,7 +64,6 @@ 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,13 +72,13 @@ jobs:
@@ -73,13 +72,13 @@ jobs:
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX="/usr" \ |
|
|
|
|
-DVERBOSE_CONFIGURE=ON \ |
|
|
|
|
-D${{ matrix.qbt_gui }} |
|
|
|
|
cmake --build build --target qbt_update_translations |
|
|
|
|
cmake --build build |
|
|
|
|
DESTDIR="qbittorrent" cmake --install build |
|
|
|
|
|
|
|
|
|
- name: Build qBittorrent (Qt6) |
|
|
|
|
if: ${{ startsWith(matrix.qt_version, 6) }} |
|
|
|
|
run: | |
|
|
|
|
lupdate -extensions c,cpp,h,hpp,ui ./ |
|
|
|
|
cmake \ |
|
|
|
|
-B build \ |
|
|
|
|
-G "Ninja" \ |
|
|
|
@ -89,6 +88,7 @@ jobs:
@@ -89,6 +88,7 @@ jobs:
|
|
|
|
|
-DQT6=ON \ |
|
|
|
|
-DVERBOSE_CONFIGURE=ON \ |
|
|
|
|
-D${{ matrix.qbt_gui }} |
|
|
|
|
cmake --build build --target qbt_update_translations |
|
|
|
|
cmake --build build |
|
|
|
|
DESTDIR="qbittorrent" cmake --install build |
|
|
|
|
|
|
|
|
|