equal
deleted
inserted
replaced
63 SymbianSbsv2MakefileGenerator(); |
63 SymbianSbsv2MakefileGenerator(); |
64 ~SymbianSbsv2MakefileGenerator(); |
64 ~SymbianSbsv2MakefileGenerator(); |
65 |
65 |
66 private: |
66 private: |
67 void exportFlm(); |
67 void exportFlm(); |
|
68 QString gcceVersion(); |
|
69 QString configClause(QString &platform, |
|
70 QString &build, |
|
71 QString &winscwClauseTemplate, |
|
72 QString &gcceClauseTemplate, |
|
73 QString &genericClauseTemplate); |
|
74 |
68 void writeSbsDeploymentList(const DeploymentList& depList, QTextStream& t); |
75 void writeSbsDeploymentList(const DeploymentList& depList, QTextStream& t); |
69 |
76 |
70 QString extraTargetsCache; |
77 QString extraTargetsCache; |
71 QString extraCompilersCache; |
78 QString extraCompilersCache; |
72 }; |
79 }; |