Qt 6.4 Beta
-
Hi
I'm an open source user and would like to try the 6.4 Beta as I want to have a play with the HttpServer module. However when I try to build from the source on github at the 6.4 branch I get errors when configuring, along the lines of the qhttpserver sub-module doesn't exist.
Indeed when I try to browse the httpserver source in the github repo I get a 404 (https://github.com/qt/qthttpserver).
Is the beta only available to commercial customers?
I've also tried building the httpserver version in the labs repo (https://github.com/qt-labs/qthttpserver/tree/master), but that throws up all sorts of build errors and seems to be out-of-date with the main Qt 6 repo (lots of deprecated errors etc).
Thanks in advance!
Toby
-
Hi,
you're right, it seems nobody added the mirroring for qthttpserver so far!
https://bugreports.qt.io/browse/QTQAINFRA-5078
Meanwhile, you can clone from the official git repository, which is at git://code.qt.io/qt/qthttpserver .