Add a run configuration for winscw emulator.

The runner uses the applicationlauncher internally, which is now
exported from the projectexplorer plugin for that reason.
This commit is contained in:
con
2009-06-16 15:11:47 +02:00
parent a9bb3a03df
commit a8cf4cb1bc
13 changed files with 472 additions and 20 deletions

View File

@@ -79,7 +79,8 @@ void RunConfiguration::restore(const PersistentSettingsReader &reader)
}
IRunConfigurationFactory::IRunConfigurationFactory()
IRunConfigurationFactory::IRunConfigurationFactory(QObject *parent)
: QObject(parent)
{
}
@@ -87,7 +88,8 @@ IRunConfigurationFactory::~IRunConfigurationFactory()
{
}
IRunConfigurationRunner::IRunConfigurationRunner()
IRunConfigurationRunner::IRunConfigurationRunner(QObject *parent)
: QObject(parent)
{
}