[Interest] reCAPTCHA does not appear QML WebEngineView

2019-02-12 Thread Miller, Douglas K. CONT NAVAIR 2109, 1, N139
I'm trying to interact with an URL that implements reCAPTCHA as a check box. On the same machine the Chrome browser makes this check box visible and usable, but in QML's WebEngineView is is not even visible. I have the same proxy settings as the Chrome browser, so what else needs to be configu

[Interest] How to get macdeployqt to ship QtSpeech plugin?

2019-02-12 Thread Vadim Peretokin
Hi! How can I get Qt 5.12 macdeployqt to include QtSpeech plugin in the distribution? My project makes use of it, QtSpeech plugin is available in the Qt installation, but yet it is not getting added to the application. Thanks, Vadim. ___ Interest mailin

Re: [Interest] How to get macdeployqt to ship QtSpeech plugin?

2019-02-12 Thread Samuel Gaist
On 12 Feb 2019, at 18:05, Vadim Peretokin wrote: > > Hi! > > How can I get Qt 5.12 macdeployqt to include QtSpeech plugin in the > distribution? My project makes use of it, QtSpeech plugin is available in the > Qt installation, but yet it is not getting added to the application. > > Thanks, >

[Interest] What are you using for continuous integration?

2019-02-12 Thread Nuno Santos
Hi, I’m curious about what you Qt heads are using for continuous integration. I have googled a few times this for this topic and I have found a couple of options but every time I tried to spend the minimum amount of time to setup one, it seems an incredible effort. I’m looking for a solution t

Re: [Interest] What are you using for continuous integration?

2019-02-12 Thread Jérôme Godbout
Jenkins work well for me (you can ditch the custom Groovy and just call some python or whatever script you like) https://jenkins.io/ I recommend the pipeline and put a jenkinsfile into your repos to setup the build. So your requirements and builds step are versioned along the source, so it can

Re: [Interest] What are you using for continuous integration?

2019-02-12 Thread Christian Gagneraud
On Wed, 13 Feb 2019 at 13:46, Jérôme Godbout wrote: > > Jenkins work well for me (you can ditch the custom Groovy and just call some > python or whatever script you like) > > https://jenkins.io/ > > I recommend the pipeline and put a jenkinsfile into your repos to setup the > build. So your requ

Re: [Interest] What are you using for continuous integration?

2019-02-12 Thread Christian Gagneraud
On Wed, 13 Feb 2019 at 13:54, Christian Gagneraud wrote: > > On Wed, 13 Feb 2019 at 13:46, Jérôme Godbout wrote: > > > > Jenkins work well for me (you can ditch the custom Groovy and just call > > some python or whatever script you like) > > > > https://jenkins.io/ > > > > I recommend the pipeli