forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user