[Development] Proposing CMake as build tool for Qt 6
Kyle Edwards
kyle.edwards at kitware.com
Mon Jun 17 17:56:17 CEST 2019
On Mon, 2019-06-17 at 11:45 -0400, Matthew Woehlke wrote:
> Building both shared and static in a single tree with CMake is
> perfectly
> do-able. See e.g. LCM, which does so. (The main caveat is that they
> need
> different target names.)
And both targets have to have their OUTPUT_NAME property set to the
same value (you don't want libfoo_static.a and libfoo_shared.so.)
Kyle
More information about the Development
mailing list