mirror of
https://github.com/redstrate/Astra.git
synced 2025-07-04 16:57:44 +00:00
Switch to my branch of QtKeychain temporarily
Needed to work around windeployqt issues
This commit is contained in:
parent
82c25547d6
commit
c3f26ee1b3
2 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
||||||
- name: Build QtKeychain
|
- name: Build QtKeychain
|
||||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/frankosterfeld/qtkeychain.git
|
git clone https://github.com/redstrate/qtkeychain.git
|
||||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-qtkeychain -DCMAKE_PREFIX_PATH=${{ steps.strings.outputs.prefix-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S qtkeychain -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.prefix-dir }} -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON -DQTKEYCHAIN_TARGET_NAME=keychain
|
cmake -B ${{ steps.strings.outputs.build-output-dir }}-qtkeychain -DCMAKE_PREFIX_PATH=${{ steps.strings.outputs.prefix-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S qtkeychain -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.prefix-dir }} -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON -DQTKEYCHAIN_TARGET_NAME=keychain
|
||||||
cmake --build ${{ steps.strings.outputs.build-output-dir }}-qtkeychain --config ${{ matrix.build_type }} --target install
|
cmake --build ${{ steps.strings.outputs.build-output-dir }}-qtkeychain --config ${{ matrix.build_type }} --target install
|
||||||
|
|
||||||
|
|
|
@ -122,8 +122,8 @@ cmake --build "$BuildDir-qcoro" --config Debug --target install --parallel $NumC
|
||||||
CheckCompileResult "qcoro"
|
CheckCompileResult "qcoro"
|
||||||
|
|
||||||
# Build QtKeychain
|
# Build QtKeychain
|
||||||
Clone "qtkeychain" "https://github.com/frankosterfeld/qtkeychain.git"
|
Clone "qtkeychain" "https://github.com/redstrate/qtkeychain.git"
|
||||||
Configure "qtkeychain" "-DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON -DQTKEYCHAIN_TARGET_NAME=keychain"
|
Configure "qtkeychain" "-DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON"
|
||||||
cmake --build "$BuildDir-qtkeychain" --config Debug --target install --parallel $NumCores
|
cmake --build "$BuildDir-qtkeychain" --config Debug --target install --parallel $NumCores
|
||||||
CheckCompileResult "qtkeychain"
|
CheckCompileResult "qtkeychain"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue