Configuration Qt creator
General and Desktop
4
Posts
3
Posters
979
Views
3
Watching
-
wrote on 12 Oct 2015, 19:19 last edited by
Hi.
How i can see qt library implementation in qt creator? -
Just as you would any other file - open it.
Additionally you can step into the source of interest directly while debugging. -
wrote on 12 Oct 2015, 19:31 last edited by
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.
-
wrote on 13 Oct 2015, 18:17 last edited by
I install qt library and qt library source code . I want select some qt library method and after press F2 view implementation without activation debug mode. Can i do it?
1/4