Re: [Development] wip/cmake status information

2018-10-29 Thread Stephen Kelly
Tomasz Siekierda wrote: > On Mon, 29 Oct 2018 at 13:31, Tobias Hunger wrote: >> >> Hi! >> [...] >> # Building >> >> The basic way of building with cmake is as follows: >> >> ``` >> cd {build directory} >> cmake {path to source directory} >> cmake --build . >> ``` > > Just a quick

Re: [Development] wip/cmake status information

2018-10-29 Thread Simon Hausmann
The idea is to stick to the cmake way. So cmake with a generator of choice, potential cmake-gui usage to tweak if you’d like and finally the build tool that corresponds to the generator. Simon > On 29. Oct 2018, at 17:58, Tomasz Siekierda wrote: > >> On Mon, 29 Oct 2018 at 13:31, Tobias Hung

Re: [Development] wip/cmake status information

2018-10-29 Thread Tomasz Siekierda
On Mon, 29 Oct 2018 at 13:31, Tobias Hunger wrote: > > Hi! > [...] > # Building > > The basic way of building with cmake is as follows: > > ``` > cd {build directory} > cmake {path to source directory} > cmake --build . > ``` Just a quick question wrt to that snippet: what is the p

Re: [Development] wip/cmake status information

2018-10-29 Thread Tobias Hunger
On Mon, Oct 29, 2018 at 6:21 PM Sérgio Martins wrote: > I'm wondering if you have any performance numbers regarding > incremental builds on Windows, and specially "nmake install", which > currently takes *several* minutes for qtbase alone. Through ETW I > noticed it's due to hundreds of qmake proc

Re: [Development] wip/cmake status information

2018-10-29 Thread Sérgio Martins
On Mon, Oct 29, 2018 at 12:31 PM Tobias Hunger wrote: > > Hi! > > Some technical details on the wip/cmake branch in Gerrit. You can also > find this information in cmake/README.md there. I'm wondering if you have any performance numbers regarding incremental builds on Windows, and specially "nmak

Re: [Development] wip/cmake status information

2018-10-29 Thread Frederik Gladhorn
I just changed it into a review request, so everyone can have a look in gerrit: https://codereview.qt-project.org/#/c/244005/ Cheers, Frederik ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/develo

Re: [Development] wip/cmake status information

2018-10-29 Thread Frederik Gladhorn
I just changed it into a review request, so everyone can have a look in gerrit: https://codereview.qt-project.org/#/c/244005/ Cheers, Frederik ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/develo

[Development] wip/cmake status information

2018-10-29 Thread Tobias Hunger
Hi! Some technical details on the wip/cmake branch in Gerrit. You can also find this information in cmake/README.md there. # Status Initial port is on-going. Some modules of QtBase are ported, incl. some of the platform modules. Most are missing still. Basic functionality is there (moc, uic