forked from qt-creator/qt-creator
S60: Work towards new toolchains
Factor out the initialization setting up the environment and headers in the RVCT/GCCE toolchains. Modify the RunControl to be able to support different package building/signing processes.
This commit is contained in:
@@ -123,6 +123,10 @@ QString ToolChain::toolChainName(ToolChainType tc)
|
||||
return QCoreApplication::translate("ToolChain", "WINSCW");
|
||||
case GCCE:
|
||||
return QCoreApplication::translate("ToolChain", "GCCE");
|
||||
case GCCE_GNUPOC:
|
||||
return QCoreApplication::translate("ToolChain", "GCCE/GnuPoc");
|
||||
case RVCT_ARMV6_GNUPOC:
|
||||
return QCoreApplication::translate("ToolChain", "RVCT (ARMV6)/GnuPoc");
|
||||
case RVCT_ARMV5:
|
||||
return QCoreApplication::translate("ToolChain", "RVCT (ARMV5)");
|
||||
case RVCT_ARMV6:
|
||||
|
||||
Reference in New Issue
Block a user