qmake/generators/symbian/symmake_abld.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    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     virtual void appendAbldTempDirs(QStringList& sysincspaths, QString includepath);
    59 
    59 
    60     void writeStoreBuildTarget(QTextStream &t);
    60     void writeStoreBuildTarget(QTextStream &t);
    61 
    61     bool writeDeploymentTargets(QTextStream &t, bool isRom);
    62     //:QTP:QTPROD-92 Deployment of plugins requires WINSCW build before ARM build
       
    63     bool writeDeploymentTargets(QTextStream &t, bool isRelease = false);
       
    64 
    62 
    65 public:
    63 public:
    66 
    64 
    67     SymbianAbldMakefileGenerator();
    65     SymbianAbldMakefileGenerator();
    68     ~SymbianAbldMakefileGenerator();
    66     ~SymbianAbldMakefileGenerator();