forked from qt-creator/qt-creator
Make Meego target work.
- Package installation and running untested yet. - User currently needs to adapt %files section in spec file manually. We expect this task to be automated by the build script in the future (see http://bugs.meego.com/show_bug.cgi?id=13148).
This commit is contained in:
@@ -54,6 +54,8 @@ ProjectExplorer::DeployConfiguration *Qt4MaemoDeployConfigurationFactory::create
|
||||
dc->setDefaultDisplayName(tr("Deploy to Maemo5 device"));
|
||||
if (parent->id() == QLatin1String(Constants::HARMATTAN_DEVICE_TARGET_ID))
|
||||
dc->setDefaultDisplayName(tr("Deploy to Harmattan device"));
|
||||
if (parent->id() == QLatin1String(Constants::MEEGO_DEVICE_TARGET_ID))
|
||||
dc->setDefaultDisplayName(tr("Deploy to Meego device"));
|
||||
dc->stepList()->insertStep(0, new MaemoPackageCreationStep(dc->stepList()));
|
||||
dc->stepList()->insertStep(1, new MaemoDeployStep(dc->stepList()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user