[Development] Proposing CMake as build tool for Qt 6

Matthew Woehlke mwoehlke.floss at gmail.com
Mon Jun 17 17:45:39 CEST 2019


On 15/06/2019 12.32, Thiago Macieira wrote:
> On Friday, 14 June 2019 23:45:47 PDT Bogdan Vatra via Development wrote:
>>> I wouldn't call that a hard requirement. Separate builds for debug and for
>>> release are acceptable, the same way that we've ostensibly had support for
>>> shared-and-release builds but in practice they're always built separately.
> 
> I meant "shared-and-static".

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.)

-- 
Matthew



More information about the Development mailing list