Re: [Interest] Configuring Qt Creator 4.5.0 for Android development...

2017-12-21 Thread BRM via Interest
On Thursday, December 21, 2017 6:28 AM, Tomasz Siekierda wrote: > On 19 December 2017 at 20:54, BRM via Interest > wrote: > >> I'm trying to setup Qt Creator to use for Android Development. I downloaded >> the installer, installed Qt 5.9 and 5.10 and Qt Creato

[Interest] Configuring Qt Creator 4.5.0 for Android development...

2017-12-19 Thread BRM via Interest
I'm trying to setup Qt Creator to use for Android Development. I downloaded the installer, installed Qt 5.9 and 5.10 and Qt Creator, etc. I installed the Android Studio with SDK, the Android NDK, and OpenJDK 9 JDK/JRE. Everything is checked off except the "Platform SDK installed" and it won't wo

Re: [Interest] Example SSL Server based on Qt...

2016-01-06 Thread BRM via Interest
ral purpose. (That's why the emits are nice) . Once those are handled, I always imagined some JSON config file(s): { file: "myapp.so", [{path: "/login", function: "some_Q_INVOKABLE(request, response)"}, ...] } } It'll be much easier today than when I w

[Interest] Example SSL Server based on Qt...

2016-01-06 Thread BRM via Interest
Over the holidays I started working on a project where I wanted to use Qt's SSL Sockets for a client-server system.Looking around, I didn't find an example of using them on the *server* side, and the Qt Documentation just provides *client* side examples.So, I pulled some parts out of my project