Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. How to use libssh in a windows QT Project.
Forum Update on Monday, May 27th 2025

How to use libssh in a windows QT Project.

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
4 Posts 2 Posters 3.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CarlosQ
    wrote on 19 Dec 2017, 11:10 last edited by
    #1

    I had been googling and I don’t know what is the best way to do that. I go https://www.libssh.org in windows download section. The last version is 0.7.5 (in this moment) and I can download two files:
    - libssh-0.7.5.tar.asc
    - libssh-0.7.5.tar.xz
    I had tried to compile with cmake (the second file) but the error “Could not detect openssl/des.h” let me not going on.

    Is there any way to do it?
    Please, anybody can help me?

    Thaks.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 19 Dec 2017, 11:14 last edited by
      #2

      Hi,

      For building libssh itself, you should ask the authors of that library.

      That said, from the error you have, do you have OpenSSL installed on your system ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CarlosQ
        wrote on 19 Dec 2017, 12:02 last edited by
        #3

        Yes, i have installed OpenSSL in my system.

        But, is the best procedure building libssh to include in my QT Project?. If it is, i ask the authors of that library.

        Thanks for your answer.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 19 Dec 2017, 12:15 last edited by
          #4

          I think you are mixing two things here:

          • Build libssh
          • Use libssh in your project

          For the former, ask the maintainers of the library. For the second see the related Qt Creator documentation.

          Note that you have an INSTALL file in the sources that explains what to do to build libssh.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          19 Dec 2017, 11:10

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved