Maemo: Make more generic.

We can now deploy and remotely run/debug any Linux target.
This commit is contained in:
Christian Kandeler
2011-05-16 13:39:44 +02:00
parent d135e33a04
commit aababf0c68
14 changed files with 93 additions and 77 deletions

View File

@@ -118,9 +118,9 @@ QStringList Qt4MaemoDeployConfigurationFactory::availableCreationIds(Target *par
ids << Qt4MaemoDeployConfiguration::HarmattanId;
} else if (qobject_cast<Qt4MeegoTarget *>(parent)) {
ids << Qt4MaemoDeployConfiguration::MeegoId;
} /*else if (qobject_cast<Qt4BaseTarget *>(parent)) { // TODO: Check for Linux
} else if (MaemoGlobal::hasLinuxQt(parent)) {
ids << Qt4MaemoDeployConfiguration::GenericLinuxId;
}*/
}
return ids;
}