Re: [Interest] Building from source on windows

2017-08-20 Thread Thiago Macieira
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

Re: [Interest] Building from source on windows

2017-08-20 Thread Scott Bloom
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:

[Interest] Building from source on windows

2017-08-20 Thread Scott Bloom
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

Re: [Interest] QWebSocket support for SSL

2017-08-20 Thread Thiago Macieira
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

Re: [Interest] QWebSocket support for SSL

2017-08-20 Thread Christian Gagneraud
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

[Interest] QWebSocket support for SSL

2017-08-20 Thread Tom Isaacson
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