Make "Add Qt Sources" for the Qt SDK on Linux (not built from source)

This is similar to my question about Step into Qt sources from Qt Creator on Windows (not built from source) , but I can't get it to work on Linux.

Instead of building from the source code, I downloaded the Qt SDK installer , and I installed Qt in /opt/Qt , and I have sources in /opt/Qt/5.4/Src .

I cannot enter Qt Sources, so I tried to add Source Mapping using the "Add Qt Sources":

enter image description here

I tried matching /var/tmp/qt-src with /opt/Qt/5.4/Src , /opt/Qt/5.4/Src/qtbase and /opt/Qt/5.4/Src/qtbase/src , none of which worked.

What am I doing wrong? Is the original mapping not /var/tmp/qt-src , or is the target mapping incorrect? Does the "Add Qt Sources" use at all for the Qt SDK?

I saw the suggestion in the forum thread because the Qt SDK for Linux only sends remote binaries, while it sends and debugs and releases the DLL for Windows (which explains why it works for Windows, but not for Linux).

+5
source share

All Articles