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

@@ -98,6 +98,7 @@ public:
void refresh(Target *target = nullptr);
bool needsConfiguration() const final { return false; }
bool needsBuildConfigurations() const final { return false; }
private:
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;