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
@@ -38,7 +38,7 @@
|
||||
#include <debugger/debuggerengine.h>
|
||||
#include <projectexplorer/devicesupport/deviceapplicationrunner.h>
|
||||
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
|
||||
#include <projectexplorer/profileinformation.h>
|
||||
#include <projectexplorer/kitinformation.h>
|
||||
#include <projectexplorer/target.h>
|
||||
#include <utils/portlist.h>
|
||||
#include <utils/qtcassert.h>
|
||||
@@ -54,7 +54,7 @@ QnxDebugSupport::QnxDebugSupport(QnxRunConfiguration *runConfig, Debugger::Debug
|
||||
, m_executable(QLatin1String(Constants::QNX_DEBUG_EXECUTABLE))
|
||||
, m_commandPrefix(runConfig->commandPrefix())
|
||||
, m_arguments(runConfig->arguments())
|
||||
, m_device(DeviceProfileInformation::device(runConfig->target()->profile()))
|
||||
, m_device(DeviceKitInformation::device(runConfig->target()->kit()))
|
||||
, m_engine(engine)
|
||||
, m_port(-1)
|
||||
, m_state(Inactive)
|
||||
|
||||
Reference in New Issue
Block a user