Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread coroberti .
On Sun, Sep 16, 2018 at 7:45 AM, maitai wrote: > Thanks all for your replies > > Another idea: > > Do you know if it is enough to change Qt5Network librarie, which I > distribute together with the app? > > And if yes any chance to find it built against ssl 1.1.0 without having to > recompile the w

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread maitai
Thanks all for your replies Another idea: Do you know if it is enough to change Qt5Network librarie, which I distribute together with the app? And if yes any chance to find it built against ssl 1.1.0 without having to recompile the whole qt once more? Philippe. Le 15-09-2018 23:10, Giusep

Re: [Interest] Qt installer from console

2018-09-15 Thread Artem Sidyakin
Is also should be possible via scripting ability of the IFW: http://doc.qt.io/qtinstallerframework/noninteractive.html Here’s a hopefully still working example: https://stackoverflow.com/a/34032216/1688203 --- Artem Sidyakin > On 15 Sep 2018, at 22:37, Roman Wüger wrote: > > Thanks for the hi

Re: [Interest] qtwebview with qtwebchannel

2018-09-15 Thread Artem Sidyakin
> I hadn’t heard about this change and old habits die hard I can certainly double that! Good news. > Are you sure the WebView can load from the resources (url: “qrc:/index.html)? I knew it cannot (does qrc:/ work on iOS at all?), but I was silently waiting for someone to provide the way it shou

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread Giuseppe D'Angelo via Interest
Il 15/09/2018 12:51, maitai ha scritto: Some of my users have started migrating to Ubuntu 18.04 and since it comes with openssl 1.1.0 the app cannot connect anymore. As I understand qt 5.11.1 prebuild binaries are built against openssl 1.0.X. Is there a simple way to deploy my application with o

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread Thiago Macieira
On Saturday, 15 September 2018 12:59:29 PDT maitai wrote: > I will add a stupid test, and if https does not work let's go for http. Don't do that. If you're not going to have security anyway, just disable security completely. That way, all your users will be equally secure. -- Thiago Macieira

Re: [Interest] Qt installer from console

2018-09-15 Thread Roman Wüger
Thanks for the hint, I will try your suggestion. Regards Roman > Am 15.09.2018 um 18:44 schrieb Ola Røer Thorsen : > > Last time I tried the command line options to avoid using the installer gui > did not do anything. Then spent some time trying to script the installer for > console-only-use,

[Interest] QML int not big enough

2018-09-15 Thread Jason H
Item { property int now: 0 // will be new Date().getTime() // milliseconds since epoch is 64 bit property var now: new Date().getTime() // this gives me a parning of "use int or real to improve performance (M311) } How can I use the right type and not get the warning? ___

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread maitai
Thanks Thiago for your reply I knew the solution, I just don't accept it. I have to deliver binaries for windows from 10 to XP, old linuxes and new ones, Raspberry on arm, android on arm or X86, ios, and MacOS too. Adding another build is just too much, especially if I have to recompile the

Re: [Interest] video init duration

2018-09-15 Thread Tomasz Olszak
Have tried to wait until camera is in active status? And why you set timer interval to 40 ms? pt., 14 wrz 2018, 15:19 użytkownik "Alexander Carôt" < alexander_ca...@gmx.net> napisał: > ... sorry, I forgot the subject line in my last post (fixed now): > > Hi all, > > I have a video related app, w

Re: [Interest] Qt installer from console

2018-09-15 Thread Ola Røer Thorsen
Last time I tried the command line options to avoid using the installer gui did not do anything. Then spent some time trying to script the installer for console-only-use, but it's not well documented and hard to get right. Expect to get into situations during upgrades where your script will get stu

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread Thiago Macieira
On Saturday, 15 September 2018 03:51:29 PDT maitai wrote: > Hello, > > Some of my users have started migrating to Ubuntu 18.04 and since it > comes with openssl 1.1.0 the app cannot connect anymore. As I understand > qt 5.11.1 prebuild binaries are built against openssl 1.0.X. > > Is there a simp

[Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread maitai
Hello, Some of my users have started migrating to Ubuntu 18.04 and since it comes with openssl 1.1.0 the app cannot connect anymore. As I understand qt 5.11.1 prebuild binaries are built against openssl 1.0.X. Is there a simple way to deploy my application with openssl 1.0.X libraries so it

[Interest] Qt installer from console

2018-09-15 Thread Roman Wüger
Hi, I have Ubuntu server 18.04 Installed and wanted to install Qt with the online installer. Is this somehow possible. I thought it was possible in the past if I remember correctly. Thanks in advance Regards Roman___ Interest mailing list Interest@qt-

Re: [Interest] qtwebview with qtwebchannel

2018-09-15 Thread Sylvain Pointeau
to make it clearer, it does work on the simulator but not on my ipad device. @qt developers, please could you confirm if the webchannel is working or not on ipad (with the webview) ? Le ven. 14 sept. 2018 à 22:43, Sylvain Pointeau a écrit : > Hello, > > I finally succeeded to make it working on