forked from qt-creator/qt-creator
Python: use kits page in python wizards
Change-Id: I1f7aaf145443481546abb868c8c167186600b848 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
|
||||
namespace Python::Internal {
|
||||
|
||||
class PythonBuildConfiguration;
|
||||
|
||||
class PythonBuildSystem : public ProjectExplorer::BuildSystem
|
||||
{
|
||||
public:
|
||||
explicit PythonBuildSystem(ProjectExplorer::Target *target);
|
||||
explicit PythonBuildSystem(PythonBuildConfiguration *buildConfig);
|
||||
|
||||
bool supportsAction(ProjectExplorer::Node *context,
|
||||
ProjectExplorer::ProjectAction action,
|
||||
@@ -44,6 +46,7 @@ private:
|
||||
|
||||
QList<FileEntry> m_files;
|
||||
QList<FileEntry> m_qmlImportPaths;
|
||||
PythonBuildConfiguration *m_buildConfig = nullptr;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user