forked from qt-creator/qt-creator
Python: move pyside detection to runconfig
Change-Id: I781c4d005ced0c884081616696eae7f738f38c6f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@ class PySideBuildStep : public ProjectExplorer::AbstractProcessStep
|
||||
Q_OBJECT
|
||||
public:
|
||||
PySideBuildStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
|
||||
void updateInterpreter(const Utils::FilePath &python);
|
||||
void updatePySideProjectPath(const Utils::FilePath &pySideProjectPath);
|
||||
|
||||
private:
|
||||
Utils::StringAspect *m_pysideProject;
|
||||
|
||||
Reference in New Issue
Block a user