Re: [Development] QMetaMethod in Qt 6

2020-05-29 Thread Adam Light
On Fri, May 29, 2020 at 9:52 AM Oswald Buddenhagen < oswald.buddenha...@gmx.de> wrote: > On Fri, May 29, 2020 at 06:30:07AM -0700, Adam Light wrote: > >I will note, however, that #including the moc output from the .cpp > >file (the "moc_myclass.cpp" form) is not compatible with my mocinclude >

Re: [Development] QMetaMethod in Qt 6

2020-05-29 Thread Oswald Buddenhagen
On Fri, May 29, 2020 at 06:30:07AM -0700, Adam Light wrote: I will note, however, that #including the moc output from the .cpp file (the "moc_myclass.cpp" form) is not compatible with my mocinclude trick posted at https://bugreports.qt.io/browse/QTBUG-81348. the report doesn't mention

Re: [Development] QMetaMethod in Qt 6

2020-05-29 Thread Adam Light
[Resending to the entire list this time] On Thu, May 28, 2020 at 3:12 PM Thiago Macieira wrote: > On Thursday, 28 May 2020 10:19:58 PDT Adam Light wrote: > > I'm including generating moc files in "build time". I'm not saying that > > compiling the .cpp files will take significantly longer, but