Re: [Interest] Bug of broken headers for QQuick3DGeometry

2020-06-26 Thread joao morgado via Interest
Hi Toni Thanks that solves it. I also coulnt not find in the docs any mention of quick3d to be added in the pro file. In fact other quick3d examples I made that are only qml, work without quick3d. CheersJoãoEm sexta-feira, 26 de junho de 2020 07:22:04 GMT+1, Tony Rietwyk escreveu:

Re: [Interest] Bug of broken headers for QQuick3DGeometry

2020-06-25 Thread Tony Rietwyk
Hi Joao, Looking at the simplescene example, it has in the .pro file qt += quick quick3d whereas you only have qt += quick In the Qt documentation, I couldn't find anything saying what the .pro requirements for quick3d is! Tony On 26/06/2020 2:49 pm, joao morgado via Interest wrote: Hi

[Interest] Bug of broken headers for QQuick3DGeometry

2020-06-25 Thread joao morgado via Interest
Hi I reported a bug about broken headers for QQuick3DGeometry, QQuick3D and QQuick3DObject, here: https://bugreports.qt.io/browse/QTBUG-85263 I would like to try to fix this bug, but not sure where to start looking.  Somebody has any hints, advices here I should start ? CheersJoao