I have a .pri file named Deploy.pri in a .pro project file.
Deploy.pri:
include(part1.pri) include(part2.pri)
As you can see, it includes two other .pri .
These pri files are displayed on the same level in the Qt Creator project panel:

I want to know if there is a way to show them in nested and hierarchical ways, like a tree?
qt projects-and-solutions qt-creator qmake
Nejat
source share