Changeset 651 for trunk/qmake/generators/symbian/symmake.h
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/qmake/generators/symbian/symmake.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 43 43 #define SYMMAKEFILE_H 44 44 45 #include "initprojectdeploy_symbian.h" 45 46 #include <makefile.h> 46 47 … … 87 88 88 89 virtual bool writeMakefile(QTextStream &t); 89 void generatePkgFile(const QString &iconFile );90 void generatePkgFile(const QString &iconFile, DeploymentList &depList); 90 91 bool containsStartWithItem(const QChar &c, const QStringList& src); 91 92 … … 107 108 108 109 void writeHeader(QTextStream &t); 109 void writeBldInfContent(QTextStream& t, bool addDeploymentExtension, const QString &iconFile );110 void writeBldInfContent(QTextStream& t, bool addDeploymentExtension, const QString &iconFile, DeploymentList &depList); 110 111 111 112 static bool removeDuplicatedStrings(QStringList& stringList);
Note:
See TracChangeset
for help on using the changeset viewer.