49 class SymbianAbldMakefileGenerator : public SymbianMakefileGenerator |
49 class SymbianAbldMakefileGenerator : 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 void writeStoreBuildTarget(QTextStream &t); |
60 void writeStoreBuildTarget(QTextStream &t); |
60 //:QTP:QTPROD-92 Deployment of plugins requires WINSCW build before ARM build |
61 |
|
62 //:QTP:QTPROD-92 Deployment of plugins requires WINSCW build before ARM build |
61 bool writeDeploymentTargets(QTextStream &t, bool isRelease = false); |
63 bool writeDeploymentTargets(QTextStream &t, bool isRelease = false); |
62 |
64 |
63 public: |
65 public: |
64 |
66 |
65 SymbianAbldMakefileGenerator(); |
67 SymbianAbldMakefileGenerator(); |