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

2019-02-13 Thread Hamish Moffatt
On 14/2/19 12:08 pm, william.croc...@analog.com wrote: We have been using buildbot on a Linux server and multiple Macintosh and Windows machines as workers for about 9 years. The workers build our Qt based application, run tests, and if everything passes the application is uploaded to the b

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

2019-02-13 Thread william.croc...@analog.com
We have been using buildbot on a Linux server and multiple Macintosh and Windows machines as workers for about 9 years. The workers build our Qt based application, run tests, and if everything passes the application is uploaded to the buildbot server which then passes the application to our web

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

2019-02-13 Thread Adam Light
On Tue, Feb 12, 2019 at 3:05 PM Nuno Santos wrote: > Hi, > > I’m curious about what you Qt heads are using for continuous integration. > > We have been using buildbot on a Linux server and multiple Macintosh and Windows machines as workers for about 9 years. The workers build our Qt based applica

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

2019-02-13 Thread Elvis Stansvik
Den ons 13 feb. 2019 kl 00:06 skrev 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 > o

Re: [Interest] reCAPTCHA does not appear QML WebEngineView

2019-02-13 Thread He Minzhang
Or modify the WebEngine module directly. 获取 Outlook for Android From: He Minzhang Sent: Thursday, February 14, 2019 1:27:04 AM To: interest@qt-project.org; Miller, Doug Subject: Re: reCAPTCHA does not appear QML WebEngineView Whether WebEn

Re: [Interest] reCAPTCHA does not appear QML WebEngineView

2019-02-13 Thread He Minzhang
Whether WebEngine publicly calls http api, or directly hooks WebEngine to send http api internally. Can refer to the source code in github. ?? Outlook for Android From: Interest on behalf of Miller, Doug Sent: Wednesday, February 13, 20

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

2019-02-13 Thread Bob Hood
On 2/12/2019 4:05 PM, Nuno Santos wrote: Hi, I’m curious about what you Qt heads are using for continuous integration. We have been using TeamCity (v9) for many years now to great effect.  We are using the "free" version, which is limited to only 3 agents, but running multiple servers (Produ

[Interest] reCAPTCHA does not appear QML WebEngineView

2019-02-13 Thread Miller, Doug
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

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

2019-02-13 Thread Andy
FWIW I just started using GitLab's CI for a smaller, non-Qt project. I like it better than Travis (my other recent experience). The way GitLab CI presents the pipelines & results in the interface makes sense to me. Here are the top-level docs: https://docs.gitlab.com/ee/ci/ I think all CIs ar

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

2019-02-13 Thread Nuno Santos
Christian, Thanks for your reply. Some questions below. > We use jenkins too at work, I highly recommend the pipeline approach > too. And if you can, use the declarative pipeline. Using docker > container is a must as well. > We run everything in docker, the jenkins master and build agents are >

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

2019-02-13 Thread Vadim Peretokin
Aha! Thanks. On Tue, Feb 12, 2019 at 9:48 PM Samuel Gaist wrote: > 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 instal