equal
deleted
inserted
replaced
49 class SymbianSbsv2MakefileGenerator : public SymbianMakefileGenerator |
49 class SymbianSbsv2MakefileGenerator : public SymbianMakefileGenerator |
50 { |
50 { |
51 protected: |
51 protected: |
52 |
52 |
53 // Inherited from parent |
53 // Inherited from parent |
54 virtual void writeBldInfExtensionRulesPart(QTextStream& t); |
54 virtual void writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile); |
55 virtual void writeBldInfMkFilePart(QTextStream& t, bool addDeploymentExtension); |
55 virtual void writeBldInfMkFilePart(QTextStream& t, bool addDeploymentExtension); |
56 virtual void writeMkFile(const QString& wrapperFileName, bool deploymentOnly); |
56 virtual void writeMkFile(const QString& wrapperFileName, bool deploymentOnly); |
57 virtual void writeWrapperMakefile(QFile& wrapperFile, bool isPrimaryMakefile); |
57 virtual void writeWrapperMakefile(QFile& wrapperFile, bool isPrimaryMakefile); |
|
58 virtual void appendAbldTempDirs(QStringList& sysincspaths, QString includepath); |
58 |
59 |
59 public: |
60 public: |
60 |
61 |
61 SymbianSbsv2MakefileGenerator(); |
62 SymbianSbsv2MakefileGenerator(); |
62 ~SymbianSbsv2MakefileGenerator(); |
63 ~SymbianSbsv2MakefileGenerator(); |