forked from qt-creator/qt-creator
Move generic make step to project explorer
As a first step of creating a generic base for the 3 existing implementations. Change-Id: I2456db74cb635316f97a247e2a2b6bdb34931440 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -40,8 +40,6 @@ public:
|
||||
explicit GenericProject(const Utils::FileName &filename);
|
||||
~GenericProject() override;
|
||||
|
||||
QStringList buildTargets() const;
|
||||
|
||||
bool addFiles(const QStringList &filePaths);
|
||||
bool removeFiles(const QStringList &filePaths);
|
||||
bool setFiles(const QStringList &filePaths);
|
||||
|
||||
Reference in New Issue
Block a user