[Qbs] Set cpp properties for generated cpp files (moc) does not seem to work

Christian Kandeler christian.kandeler at qt.io
Wed May 20 12:15:49 CEST 2020


On Wed, 20 May 2020 21:44:46 +1200
Christian Gagneraud <chgans at gmail.com> wrote:

> On Fri, 15 May 2020 at 03:12, Christian Kandeler
> <christian.kandeler at qt.io> wrote:
> >
> > On Thu, 14 May 2020 14:49:25 +0000
> > Maximilian Hrabowski <hrabowski at clausmark.com> wrote:
> >
> > > Isn’t unmocable used to tag cpp/header files that should not be processed by moc?
> >
> > Sure, that's why the generated cpp files get it, so they won't get processed again.
> 
> Is there a similar tag for precompiled qml?

No, here the inputs are not C++, so no loop prevention is necessary.


Christian


More information about the Qbs mailing list