qmake/generators/symbian/symmake_abld.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    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();