Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. SSl error.
Qt 6.11 is out! See what's new in the release blog

SSl error.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.5k 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.
  • K Offline
    K Offline
    Ketan Shah
    wrote on last edited by
    #1

    Hi,

    I am developing an Application that make use of QtNetwork and QSsl on CentOS 5.8-64 bit.
    I have compiled Qt with default parameters, now when i run my Application I get the following errors,

    @test.h:39: error: ISO C++ forbids declaration of 'QSslSocket' with no type
    test.h:39: error: expected ';' before '*' token
    client.h:35: error: 'QSslCertificate' does not name a type
    client.h:36: error: 'QSslKey' does not name a type
    main.cpp:35: error: 'QSslCertificate' does not name a type
    main.cpp:36: error: 'QSslKey' does not name a type@

    I think I have not included the openssl support for Qt. So should I again compile Qt with openssl support?
    or is there any workaround, so that I can provide openssl support to my Application.

    Thanks in advance.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      Recompile your Qt with -openssl or -openssl-linked and check configuration output if it has found needed headers/libs and openssl is activated.

      God is Real unless explicitly declared as Integer.

      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