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
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
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
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
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,
>
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
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