Re: [Development] Switch the main "Qt Build System"

2020-06-08 Thread Bogdan Vatra via Development
Hi, I have a few questions: - is it possible to cross compile Qt in one go (just like we do with qmake)? - if you'll not support/trash all .pro/.pri files how we'll push fixes for 5.15 branch ? Because right now we can't push fixes directly to 5.15. branch and all the fixes must go trough dev br

Re: [Development] Switch the main "Qt Build System"

2020-06-08 Thread Stottlemyer, Brett (B.S.)
Hi Alexandru, Thanks for the quick reply. On 6/8/20, 12:09 PM, "Alexandru Croitor" wrote: The current CMake configurations can be found in qt5.git/coin/platform_configs/qtsvg.yaml (and many other .yaml files there, it's just copy-pasted). Ahh, I didn't understand what these module spec

Re: [Development] Switch the main "Qt Build System"

2020-06-08 Thread Alexandru Croitor
Hi, Replying inline. > On 8. Jun 2020, at 17:53, Stottlemyer, Brett (B.S.) wrote: > > Hi Alexandru, > > On 6/8/20, 9:45 AM, "Development on behalf of Alexandru Croitor" > > wrote: > >The CMake ports are built in Coin with the most important configurations > (Linux, Windows, macOS, An

Re: [Development] Switch the main "Qt Build System"

2020-06-08 Thread Stottlemyer, Brett (B.S.)
Hi Alexandru, On 6/8/20, 9:45 AM, "Development on behalf of Alexandru Croitor" wrote: The CMake ports are built in Coin with the most important configurations (Linux, Windows, macOS, Android, iOS, qemu Linux). Are the "official" cmake configs for CI in the qt5 git repo yet (https://code

Re: [Development] Switch the main "Qt Build System"

2020-06-08 Thread Alexandru Croitor
Hi, Here's a quick list i collected. https://paste.ubuntu.com/p/Rf44PtzjCS/ You can generate a list for other repos by using the qtbase/util/cmake/pro_conversion_rate.py script. Yes, not 100% of the tests have been ported yet, but the hope is that this can be distributed to other developers,

Re: [Development] Switch the main "Qt Build System"

2020-06-08 Thread Fabian Kosmale
Hi Alexandru, first of all, congratulations on the cmake port progress. But do we have a list of tests which currently only build with qmake? I know that at least that the tst_moc port hasn't been merged yet, and I doubt that it's the only one. Regards, Fabian -- Fabian Kosmale Software Engine

[Development] Switch the main "Qt Build System"

2020-06-08 Thread Alexandru Croitor
Hi everyone, It's time to talk about everyone's favourite topic again: build systems. It's been a while since we started porting and merging the CMake ports of Qt repositories into the dev branches. To be precise: qtbase got merged on the 7th of February. Since then, all the enabled repositor