forked from qt-creator/qt-creator
Reintroduced a way to edit project dependencies
Dependencies between projects can now be edited in the Projects mode. You can simply check for each project the projects that it depends on, and they will be built first. A message box pops up when you try to create a circular dependency. Could use some testing.
This commit is contained in:
@@ -73,7 +73,6 @@ public:
|
||||
virtual Core::IFile *file() const;
|
||||
virtual ProjectExplorer::IProjectManager *projectManager() const;
|
||||
|
||||
virtual QList<Core::IFile *> dependencies(); //NBS TODO remove
|
||||
virtual QList<ProjectExplorer::Project *> dependsOn(); //NBS TODO implement dependsOn
|
||||
|
||||
virtual bool isApplication() const;
|
||||
|
||||
Reference in New Issue
Block a user