diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-04-01 18:18:42 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-04-01 18:18:42 (GMT) |
commit | 8603b43cccccf21ca042ab1ceed2f1ddd873d251 (patch) | |
tree | e9c8fd832f99454601fb82d589bbf4da3af48c42 /qmake/generators/symbian/symbiancommon.h | |
parent | c272d672fc1863f9e3a201e93ad277c734749845 (diff) | |
parent | a0899310206f38b2ab959f29a1093246a25f5fb3 (diff) | |
download | Qt-8603b43cccccf21ca042ab1ceed2f1ddd873d251.zip Qt-8603b43cccccf21ca042ab1ceed2f1ddd873d251.tar.gz Qt-8603b43cccccf21ca042ab1ceed2f1ddd873d251.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fix regression on Symbian
Fix broken test case
Cleanup the deployment code
Fix 'make sis' finding the dll on symbian
Re-add line that was lost during webkit update.
Work around bad naming of exported class in symbian sdk causing conflict
Fix building on public symbian SDK.
Fix qmake with the symbian makespec failing when project has a dash in it
Make s60main static lib not depend on QtCore
Remove stray non-latin1 character
Fix out-of-source symbian build for external apps
Update EABI def files for 4.7
Exporting QFontDatabase::removeAllApplicationFonts()
Adding QFontDatabase::removeAllApplicationFonts()
Diffstat (limited to 'qmake/generators/symbian/symbiancommon.h')
-rw-r--r-- | qmake/generators/symbian/symbiancommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/symbian/symbiancommon.h b/qmake/generators/symbian/symbiancommon.h index e2b1173..3efe5a4 100644 --- a/qmake/generators/symbian/symbiancommon.h +++ b/qmake/generators/symbian/symbiancommon.h @@ -68,7 +68,7 @@ protected: QString removePathSeparators(QString &file); void removeSpecialCharacters(QString& str); void removeEpocSpecialCharacters(QString& str); - void generatePkgFile(const QString &iconFile, DeploymentList &depList, bool epocBuild); + void generatePkgFile(const QString &iconFile, bool epocBuild); bool containsStartWithItem(const QChar &c, const QStringList& src); void writeRegRssFile(QMap<QString, QStringList> &useritems); |