Configuration Qt creator
-
Just as you would any other file - open it.
Additionally you can step into the source of interest directly while debugging. -
Hi, you need debug build (build with debug symbols and the sources. I'm usually making that by compiling qt5 sources locally from git. https://wiki.qt.io/Building_Qt_5_from_Git And then importing the new qt build as another Qt Version into Qt-Creator.