QT_CONFIG(http) is -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 ? -
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 ?@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
-
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.