forked from qt-creator/qt-creator
Python: add interpreter selector to the python project wizard
Change-Id: I7ea1df34fa0096a84a0d611b401f991508c826c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
#include "pysidebuildconfiguration.h"
|
||||
#include "pythoneditor.h"
|
||||
#include "pythonproject.h"
|
||||
#include "pythonsettings.h"
|
||||
#include "pythonrunconfiguration.h"
|
||||
#include "pythonsettings.h"
|
||||
#include "pythonwizardpage.h"
|
||||
|
||||
#include <projectexplorer/buildtargetinfo.h>
|
||||
#include <projectexplorer/jsonwizard/jsonwizardfactory.h>
|
||||
#include <projectexplorer/localenvironmentaspect.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectmanager.h>
|
||||
@@ -57,6 +59,7 @@ void PythonPlugin::initialize()
|
||||
d = new PythonPluginPrivate;
|
||||
|
||||
ProjectManager::registerProjectType<PythonProject>(PythonMimeType);
|
||||
JsonWizardFactory::registerPageFactory(new PythonWizardPageFactory);
|
||||
}
|
||||
|
||||
void PythonPlugin::extensionsInitialized()
|
||||
|
||||
Reference in New Issue
Block a user