branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
62 SymbianSbsv2MakefileGenerator(); |
62 SymbianSbsv2MakefileGenerator(); |
63 ~SymbianSbsv2MakefileGenerator(); |
63 ~SymbianSbsv2MakefileGenerator(); |
64 |
64 |
65 private: |
65 private: |
66 void exportFlm(); |
66 void exportFlm(); |
67 void writeSbsDeploymentList(const DeploymentList& depList, QTextStream& t); |
|
67 |
68 |
68 QString extraTargetsCache; |
69 QString extraTargetsCache; |
69 QString extraCompilersCache; |
70 QString extraCompilersCache; |
70 }; |
71 }; |
71 |
72 |