Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Newbie trying build Qt4 project with maia openSSL library
Qt 6.11 is out! See what's new in the release blog

Newbie trying build Qt4 project with maia openSSL library

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.1k Views 1 Watching
  • 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.
  • V Offline
    V Offline
    vincenet
    wrote on last edited by
    #1

    Hello,

    I have a software designed with Qt4 from an other developper and I am trying to build again. I passed some difficulties but now I cannot find solution for a new problem : I have some errors due to incomplete type around QSslConfiguration.

    In file *.pro I checked have QT += network
    I see in code of Qt there are some macro #ifndef QT_NO_OPENSSL disabling the code after (using Qt Creator IDE). Should I use an openssl option somewhere ?

    I am using Qt4.8.5 compiler but may be I should use an older one.

    Thank you for your attention.
    Vincent

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      If you have incomplete type error it generally means that you are missing an include.

      Hope it helps

      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
      • V Offline
        V Offline
        vincenet
        wrote on last edited by
        #3

        Thank you SGaist.

        At the moment, I got around the problem using QT5 and folowing version of maia : https://github.com/wiedi/libmaia

        Regards

        1 Reply Last reply
        0

        • Login

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