Qt Creator libssl-1_1-x64.dll was not found when open qml file

  • 1 year ago
Comment

ChatGPTChatGPT
1 / 1

The error "libssl-1_1-x64.dll was not found" indicates that the OpenSSL library is missing from your system. Here are some possible solutions:

  1. Install OpenSSL: You can download OpenSSL from the official website and install it on your system. Make sure to add the OpenSSL installation directory to your system's PATH environment variable.

  2. Update Qt Creator: Make sure you are using the latest version of Qt Creator. Some older versions of Qt Creator may not have included the necessary libraries to use OpenSSL.

  3. Check Qt Creator configuration: Make sure that you have configured Qt Creator to use the correct version of OpenSSL. You can check this by going to Tools -> Options -> Build & Run -> Kits and selecting the kit you are using. Under the "Qt Versions" tab, make sure the path to the correct version of OpenSSL is specified in the "qmake location" field.

  4. Copy the DLL to your application directory: If you don't want to install OpenSSL on your system or update Qt Creator, you can simply copy the libssl-1_1-x64.dll file to the same directory as your application's executable file.