forked from qt-creator/qt-creator
Debugger: Link (export checkconfiguration)
Remove factory class from exported header.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
**************************************************************************/
|
||||
|
||||
#include "debuggerrunner.h"
|
||||
#include "debuggerruncontrolfactory.h"
|
||||
|
||||
#include "debuggeractions.h"
|
||||
#include "debuggercore.h"
|
||||
@@ -382,7 +383,7 @@ void DebuggerRunControl::setCustomEnvironment(Utils::Environment env)
|
||||
d->m_engine->startParameters().environment = env;
|
||||
}
|
||||
|
||||
ConfigurationCheck checkDebugConfiguration(ToolChainType toolChain)
|
||||
DEBUGGER_EXPORT ConfigurationCheck checkDebugConfiguration(ToolChainType toolChain)
|
||||
{
|
||||
ConfigurationCheck result;
|
||||
|
||||
@@ -411,6 +412,8 @@ ConfigurationCheck checkDebugConfiguration(ToolChainType toolChain)
|
||||
result.settingsPage = QLatin1String("Cdb");
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (!result && !result.settingsPage.isEmpty())
|
||||
|
Reference in New Issue
Block a user