question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unclear how to install OpenSSL with Qt

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
jurplelcommented, Aug 8, 2022

Extremely amazing website and I will put it in the readme for sure

2reactions
ddalcinocommented, Aug 8, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found