qmake/generators/symbian/symmake_abld.h
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    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();