[Development] wip/cmake status information

Simon Hausmann Simon.Hausmann at qt.io
Mon Oct 29 23:06:41 CET 2018


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 <sierdzio at gmail.com> wrote:
> 
>> On Mon, 29 Oct 2018 at 13:31, Tobias Hunger <Tobias.Hunger at qt.io> 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 planed way of
> building Qt after the whole transition is done? Will it be cmake &&
> make, or configure && make, or configure && cmake && make?
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development


More information about the Development mailing list