Re: [Development] two questions about the build system of Qt

2016-11-29 Thread Cor-Paul Bezemer
Thanks Thiago! On Tue, Nov 29, 2016 at 3:37 PM, Thiago Macieira wrote: > On terça-feira, 29 de novembro de 2016 12:14:55 PST Thiago Macieira wrote: > > > 2. The target for .obj/qgrayraster.o in the Makefile in qtbase/src/gui > has > > > a dependency on .pch/Qt5Gui.gch/c, but we noticed that duri

[Development] two questions about the build system of Qt

2016-11-29 Thread Cor-Paul Bezemer
Hi, I am a researcher in a team that is working on build systems and we are doing a case study on missing dependencies in the Qt 5.3.0 build system. I know that Qt 5.3.0 is an old version but the case study is part of a paper that has been under review for more than a year now. We found two things