On Mon, 29 Oct 2018 at 13:31, Tobias Hunger <[email protected]> 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
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to