ProjectExplorer: Hide build page for projects that do not build

Change-Id: I56feaab67690b5ece7379a9c1f676392230de107
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Tobias Hunger
2018-04-19 13:30:15 +02:00
parent 460fdc02e0
commit 2a34f2177c
6 changed files with 18 additions and 10 deletions

View File

@@ -75,10 +75,11 @@ public:
void refreshProjectFile();
bool needsBuildConfigurations() const final;
static QStringList makeAbsolute(const Utils::FileName &path, const QStringList &relativePaths);
protected:
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;
bool setupTarget(ProjectExplorer::Target *t) override;
private:
void generateProjectTree();