Re: [Development] syncqt.pl in C++

2017-03-06 Thread Simon Hausmann
Hi, I for one would welcome a C++ rewrite of syncqt inside qmake to get rid of the perl dependency. However I do not have the authority to approve such a contribution. It is something we have talked about many times on the hallway. Until we arrive in the promised land of a new build system, it

Re: [Development] syncqt.pl in C++

2017-03-06 Thread Thiago Macieira
Em segunda-feira, 6 de março de 2017, às 23:32:42 CET, Jake Petroules escreveu: > > Yes, we do. We've had that dependency for 15 years. > > And it will go away once Qt moves to Qbs as its default build system in Qt > 6. There has been no discussion of qbs. Therefore, there is no decision on what

Re: [Development] syncqt.pl in C++

2017-03-06 Thread Egor Pugin
I see. Thanks. On 7 March 2017 at 01:32, Jake Petroules wrote: > >> On Mar 6, 2017, at 1:51 PM, Thiago Macieira >> wrote: >> >> Em segunda-feira, 6 de março de 2017, às 21:25:48 CET, Egor Pugin escreveu: >>> Hi, >>> >>> I'm experimenting with own builds of qt and found that raw sources in >>> g

Re: [Development] syncqt.pl in C++

2017-03-06 Thread Jake Petroules
> On Mar 6, 2017, at 1:51 PM, Thiago Macieira wrote: > > Em segunda-feira, 6 de março de 2017, às 21:25:48 CET, Egor Pugin escreveu: >> Hi, >> >> I'm experimenting with own builds of qt and found that raw sources in >> git repo (e.g. [1]) do not contain include dir. It is created by >> bin/sync

Re: [Development] syncqt.pl in C++

2017-03-06 Thread Thiago Macieira
Em segunda-feira, 6 de março de 2017, às 21:25:48 CET, Egor Pugin escreveu: > Hi, > > I'm experimenting with own builds of qt and found that raw sources in > git repo (e.g. [1]) do not contain include dir. It is created by > bin/syncqt.pl, so we have a perl dependency. Yes, we do. We've had that

[Development] syncqt.pl in C++

2017-03-06 Thread Egor Pugin
Hi, I'm experimenting with own builds of qt and found that raw sources in git repo (e.g. [1]) do not contain include dir. It is created by bin/syncqt.pl, so we have a perl dependency. On later steps qt is built pretty good without any serious issues. Is there any attempts to rewrite syncqt.pl in