Unclear how to install OpenSSL with Qt
See original GitHub issueHi, When installing Qt5 via official installer, there is an option to install OpenSSL as well.
However, it is unclear how to do this using install-qt-action.
I have tried something like (not sure where I found this):
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: 5.15.2
arch: win64_msvc2019_64
modules: qtscript
tools: tools_openssl_x64
But it does not work (says “Specified target combination is not valid: windows tools_openssl_x64 undefined”).
Thanks
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11 (6 by maintainers)
Top Results From Across the Web
How do I set up OpenSSL for Qt on Windows 10?
For starters, you need to build OpenSSL 1.0.2 source code - available here. You'll need to follow the build instructions in the INSTALL.W32...
Read more >Adding OpenSSL Support for Android | Qt 6.4
The Qt installation package comes with OpenSSL support but the OpenSSL ... Check Qt Creator's Application Output section or the Android logcat for...
Read more >Installing Openssl 1.0.2 on Ubuntu 19.04
The application requires some older versions of package, e.g. openssl-1.0.2. I ran the following steps after install to set up Qt 5.11: sudo...
Read more >Build OpenSSL for Qt Android - TalOrg
This article will clear up that confusions and explain how to build OpenSSL so that secure networking can be used in your Qt...
Read more >Compiling static for Windows with OpenSSL - Qt Centre Forum
I'm trying to build an app for Windows that's statically linked and is OpenSSL enabled. I installed OpenSSL from here (and other posts ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Extremely amazing website and I will put it in the readme for sure
Try using https://ddalcino.github.io/aqt-list-server, it should answer these questions.
@tooomm, for v3, the line you have written above should work for both Linux and windows. Windows also has a
tools_openssl_x86
if you need it.The Qt repo does not contain any
tools_openssl_x64
entry for Mac.