On Sunday, 20 August 2017 15:58:45 PDT Scott Bloom wrote:
> I have tried, and I cant find a decent/clean set of directions for building
> Qt 5.9 under windows using visual studio 2017. I need 32 bit, which is not
> shipped for 2017.
Ok, so open the VS 2017 x86 prompt, go to the Qt 5.9 sources and
One other note.. if anyone has anyinfo on creating an installer as well, since
I would prefer not to have to build this on every machine to deploy it
Scott
From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On
Behalf Of Scott Bloom
Sent: Sunday, August 20, 2017 15:59
To:
I have tried, and I cant find a decent/clean set of directions for building Qt
5.9 under windows using visual studio 2017. I need 32 bit, which is not
shipped for 2017.
I also would like to find instructions for building the new Qt Webkit, which I
know is still in beta..
Any help, would be ap
On Sunday, 20 August 2017 05:10:14 PDT Christian Gagneraud wrote:
> On 20 August 2017 at 21:03, Tom Isaacson wrote:
> > I have a websocket server that was written a while ago. I want to convert
> > it to use QWebSocket then move it to port 443 and add SSL/TLS support.
> > The first part is simple
On 20 August 2017 at 21:03, Tom Isaacson wrote:
> I have a websocket server that was written a while ago. I want to convert it
> to use QWebSocket then move it to port 443 and add SSL/TLS support. The first
> part is simple but I'm not sure about the second. There's an example on the
> Qt websi
I have a websocket server that was written a while ago. I want to convert it to
use QWebSocket then move it to port 443 and add SSL/TLS support. The first part
is simple but I'm not sure about the second. There's an example on the Qt
website:
http://doc.qt.io/qt-5/qtwebsockets-sslechoserver-exam