forked from qt-creator/qt-creator
s/profile/kit/
* Rename profiles to kits.
* Update some strings:
* projects mode has a Kits tab, not a Targets tab.
* " Settings" was dropped from the sub-tabs of the Kits tab
* menu entry "Build/Open Build/Run Target Selector" was renamed
to "Build/Open Build and Run Kits Selector".
* Use "Kit" instead of "Target" in miniprojecttargetselector.
(The class was not renamed as it does indeed select targets,
not kits)
Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
328d205b62
commit
8ba422d07c
@@ -57,7 +57,7 @@
|
||||
#include "qt-desktop/simulatorqtversionfactory.h"
|
||||
#include "winceqtversionfactory.h"
|
||||
#include "unconfiguredprojectpanel.h"
|
||||
#include "qmakeprofileinformation.h"
|
||||
#include "qmakekitinformation.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <coreplugin/icore.h>
|
||||
@@ -65,7 +65,7 @@
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/session.h>
|
||||
#include <projectexplorer/profilemanager.h>
|
||||
#include <projectexplorer/kitmanager.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
@@ -130,7 +130,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
|
||||
m_proFileEditorFactory = new ProFileEditorFactory(m_qt4ProjectManager, editorHandler);
|
||||
|
||||
ProjectExplorer::ProfileManager::instance()->registerProfileInformation(new QmakeProfileInformation);
|
||||
ProjectExplorer::KitManager::instance()->registerKitInformation(new QmakeKitInformation);
|
||||
|
||||
addObject(m_proFileEditorFactory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user