Skip to content

Commit

Permalink
Qt apparently doesn't distribute OpenSSL 1.1 binaries any more
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Mar 6, 2024
1 parent 7c684ab commit 8422f48
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
- kf_version: "5.115"
kf_fullver: "5.115.0"
qt_version: "5.15.2"
qt_tools: "tools_openssl_x64"
cmake_generator: "Visual Studio 16 2019"
kf_cmake_args: ""
build_installer: "$false"
deploy_openssl: "$true"
- kf_version: "6.0"
kf_fullver: "6.0.0"
qt_version: "6.5.3"
qt_tools: ""
cmake_generator: "Visual Studio 16 2019"
kf_cmake_args: "-DBUILD_WITH_QT6=ON"
build_installer: "$true"
Expand All @@ -37,7 +35,6 @@ jobs:
with:
arch: win64_msvc2019_64
version: ${{ matrix.cfg.qt_version }}
tools: ${{ matrix.cfg.qt_tools }}
- name: Build Qt Libs
run: |
mkdir build_deps
Expand Down Expand Up @@ -91,8 +88,8 @@ jobs:
# but Qt6 can use the Windows SChannel backend instead
if (${{ matrix.cfg.deploy_openssl }}) {
cmake -E copy `
"${Env:RUNNER_WORKSPACE}\Qt\Tools\OpenSSL\Win_x64\bin\libcrypto-1_1-x64.dll" `
"${Env:RUNNER_WORKSPACE}\Qt\Tools\OpenSSL\Win_x64\bin\libssl-1_1-x64.dll" `
"C:\Program Files\OpenSSL\bin\libcrypto-1_1-x64.dll" `
"C:\Program Files\OpenSSL\bin\libssl-1_1-x64.dll" `
qtextpad-win64
} else {
cmake -E rm qtextpad-win64\tls\qopensslbackend.dll
Expand Down

0 comments on commit 8422f48

Please sign in to comment.