Re: [Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Uwe Rathmann
Hi, thanks for the all the hints in this thread - I will check them if I can't find a service, that is more specific: a) The very first of my problems is to know about the platforms I need to test. I guess the list of all operating system and compiler combinations can be found somewhere in th

Re: [Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Thiago Macieira
On Sunday, 17 March 2019 11:05:08 PDT Denis Kormalev wrote: > Travis can cover macosx, linux (and using docker it can cover different > environments/compilers and packaging for various distribs) and android > (with linux as host). Appveyor can cover Windows builds. Those two are what I use for Tin

Re: [Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Lorn Potter
On 17/3/19 11:54 PM, Uwe Rathmann wrote: Hi, all arguments for doing Continuous Integration for Qt ( https:// blog.qt.io/blog/2016/08/08/coin-continuous-integration-for-qt/ ) are also valid for 3rd party code using Qt. F.e. with Qwt ( https://qwt.sourceforge.io ) I'm supporting trillions of e

Re: [Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Denis Kormalev
Travis can cover macosx, linux (and using docker it can cover different environments/compilers and packaging for various distribs) and android (with linux as host). Appveyor can cover Windows builds. -- Regards, Denis Kormalev > On Mar 17, 2019, at 9:03 AM, Bernhard B wrote: > > Why not use o

Re: [Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Bernhard B
Why not use one of the continous integration services like travis-ci or circle-ci? Cheers, Bernhard Uwe Rathmann schrieb am So., 17. März 2019, 14:55: > Hi, > > all arguments for doing Continuous Integration for Qt ( https:// > blog.qt.io/blog/2016/08/08/coin-continuous-integration-for-qt/ ) ar

[Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Uwe Rathmann
Hi, all arguments for doing Continuous Integration for Qt ( https:// blog.qt.io/blog/2016/08/08/coin-continuous-integration-for-qt/ ) are also valid for 3rd party code using Qt. F.e. with Qwt ( https://qwt.sourceforge.io ) I'm supporting trillions of environments I have never seen myself. Actua

[Development] QML preprocessor

2019-03-17 Thread Alberto Mardegan
Hi there! When developing a QML module for the greater public one wants to provide a source package that can be built on multiple Qt versions. However, QML's lack of a preprocessor makes this rather cumbersome. Suppose that my module needs to provide an element like this: import QtQuick 2.