I have a .pri
file named Deploy.pri
in my project .pro
file.
Deploy.pri :
include(part1.pri)
include(part2.pri)
As you see it includes two other .pri
files.
These pri files are displayed in Qt Creator project pane in the same level :
I want to know if there is any way to show them nested and in a hierarchical way like a tree?