equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the qmake application of the Qt Toolkit. |
7 ** This file is part of the qmake application of the Qt Toolkit. |
8 ** |
8 ** |
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(); |