Debugger: Link (export checkconfiguration)

Remove factory class from exported header.
This commit is contained in:
Friedemann Kleint
2011-01-10 10:35:41 +01:00
parent 389ca25253
commit 11084153fa
5 changed files with 80 additions and 31 deletions

View File

@@ -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())