[solved] import Qt sourcecode into QtCreator
-
Hi, is there some tutorial howto setup development environment for Qt itself?
I'm trying to locate bug hidden deep in the Qt sources qt5/qtbase/src/corelib but I'm not able to use QtCreator features like "Follow symbol under cursor" for lot's of variables and methods since many includes are not found, nor are D-Pointers working. It would be nice also to be able to run tests directly from QtCreator.
Thanks.
-
Hi,
IIRC, using qtbase.pro as starting point should work.