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. QT_CONFIG(http) is -1
Forum Updated to NodeBB v4.3 + New Features

QT_CONFIG(http) is -1

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 394 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.
  • W Offline
    W Offline
    waslap
    wrote on last edited by
    #1

    I am trying to build opensource qt. After configure however
    qtbase/src/network/qtnetwork-config.h:#define QT_FEATURE_http -1
    I tried to decipher configure to see what is needed to get http to be 1 but alas.
    How can i go about to figure out why http ends up -1 ?

    jsulmJ 1 Reply Last reply
    0
    • W waslap

      I am trying to build opensource qt. After configure however
      qtbase/src/network/qtnetwork-config.h:#define QT_FEATURE_http -1
      I tried to decipher configure to see what is needed to get http to be 1 but alas.
      How can i go about to figure out why http ends up -1 ?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @waslap said in QT_CONFIG(http) is -1:

      I tried to decipher configure to see what is needed to get http to be 1 but alas.

      You could also post content of configure.log here - maybe somebody can see the reason

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • W Offline
        W Offline
        waslap
        wrote on last edited by
        #3

        Thanks, I'll get the log. Would SSL not being found switch off http ?
        Does anyone know about a document explaining the configure script ? Where do one look to see which aspects http depends on ? I'd like to gain a general understanding of how to do that as getting Qt compiled is a tough ask.

        1 Reply Last reply
        0
        • W Offline
          W Offline
          waslap
          wrote on last edited by
          #4

          I have resolved the problem. When you disable threading it disables http as a consequence. See src/network/configure.json

          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