Maemo: Introduce dedicated Fremantle and Harmattan targets.

Task-number: QTCREATORBUG-2770
This commit is contained in:
Christian Kandeler
2011-01-18 15:20:57 +01:00
parent 45e69d2e2a
commit f0a54abf6b
40 changed files with 482 additions and 212 deletions

View File

@@ -161,8 +161,10 @@ QString ToolChain::toolChainName(ToolChainType tc)
return QCoreApplication::translate("ToolChain", "RVCT 4 (ARMV5)");
case ToolChain_RVCT4_ARMV6:
return QCoreApplication::translate("ToolChain", "RVCT 4 (ARMV6)");
case ToolChain_GCC_MAEMO:
return QCoreApplication::translate("ToolChain", "GCC for Maemo");
case ToolChain_GCC_MAEMO5:
return QCoreApplication::translate("ToolChain", "GCC for Maemo5");
case ToolChain_GCC_HARMATTAN:
return QCoreApplication::translate("ToolChain", "GCC for Harmattan");
case ToolChain_OTHER:
return QCoreApplication::translate("ToolChain", "Other");
case ToolChain_INVALID: