Show pro file's subdirectory structure in project tree in non-simple mode.

Also adding category folders for the different file types
(source files, header files, resource files, form files, other files).
This commit is contained in:
con
2009-08-17 17:59:57 +02:00
parent f888f5df2d
commit 7ebea974d6
46 changed files with 329 additions and 49 deletions

View File

@@ -104,6 +104,7 @@ enum Qt4Variable {
class Qt4PriFileNode;
class Qt4ProFileNode;
struct InternalNode;
// Implements ProjectNode for qt4 pro files
class Qt4PriFileNode : public ProjectExplorer::ProjectNode
@@ -175,6 +176,8 @@ private:
// managed by Qt4ProFileNode
friend class Qt4ProFileNode;
// internal temporary subtree representation
friend class InternalNode;
};
// Implements ProjectNode for qt4 pro files