On Saturday, 25 January 2020 10:53:23 PST Dmitriy Purgin wrote:
> With version 5.14 I can't debug into the Qt sources anymore, although I've
> installed both Qt Debug Information Files and Sources using the online
> installer. I don't think it actually installed the debug information files
> though
Hi all,
Since 5.14 the MinGW version of Qt does not include debug libraries. With
the previous versions of Qt, if I wanted to step into the Qt sources, I
used to install the sources with the online installer, pointed to the
sources directory in Debugger Options in Qt Creator, and it just worked.
I've decided that I'm probably better off just writing a normal QStyle
and keeping an eye out for what Qt has planned for unifying Qt Quick
and Qt Widgets theming (https://bugreports.qt.io/browse/QTBUG-68814).
Sorry for replying so late.
On Tue, Jan 7, 2020 at 8:18 AM Michael Jackson
wrote:
>
> Y