Actually compile

That's what you get for applying the patch, testing it and then applying
it again.
This commit is contained in:
dt
2011-04-12 16:21:18 +02:00
parent b7afe1e252
commit 4a6aaf26c9

View File

@@ -228,7 +228,7 @@ ProjectExplorer::Target *Qt4SymbianTargetFactory::create(ProjectExplorer::Projec
info.version, info.buildConfig, info.version, info.buildConfig,
info.additionalArguments, info.directory); info.additionalArguments, info.directory);
t->addDeployConfiguration(t->createDeployConfiguration(QLatin1String(Qt4ProjectManager::Constants::S60_DEVICE_TARGET_ID))); t->addDeployConfiguration(t->deployConfigurationFactory()->create(t, QLatin1String(Qt4ProjectManager::Constants::S60_DEVICE_TARGET_ID)));
t->createApplicationProFiles(); t->createApplicationProFiles();