summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symmake_sbsv2.h
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2009-11-09 13:22:17 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2009-11-09 15:27:45 (GMT)
commita674879a8e070a8fbb85110c0bba3eed212c16b4 (patch)
tree3a1a4fa28c269211836fba8292e7a891bf17ffe3 /qmake/generators/symbian/symmake_sbsv2.h
parentbcd7d54abc06e5a2504aac445e876b4878e59a6d (diff)
downloadQt-a674879a8e070a8fbb85110c0bba3eed212c16b4.zip
Qt-a674879a8e070a8fbb85110c0bba3eed212c16b4.tar.gz
Qt-a674879a8e070a8fbb85110c0bba3eed212c16b4.tar.bz2
Remove temp dirs workaround for raptor builds only
Webkit cannot build because of too long command lines in the sbsv2 config. There is an alternative workaround in raptor for the relative include paths problem, i.e. "sbs -c winscw_udeb.mwccinc" Removing the temp dirs from being created and added to systeminclude makes the command line short enough again that webkit can be compiled. Reviewed-By: Miikka Heikkinen Based on following commit from the no-tmp-dirs branch: commit 33e8c420bb40ca6194d29f96ef2fbd0f18340e6b Author: Iain <qt-info@nokia.com> Date: Wed Oct 7 13:45:48 2009 +0200 First attempt at removing the tmp dirs workaround on Symbian OS I may not have caught all the places where it is used, but MMP files look OK afterwards. TODO: Slightly concerned that I've trimmed too much from the abld generator as I think that the bit I cut was also used for other temp dirs
Diffstat (limited to 'qmake/generators/symbian/symmake_sbsv2.h')
-rw-r--r--qmake/generators/symbian/symmake_sbsv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symmake_sbsv2.h b/qmake/generators/symbian/symmake_sbsv2.h
index 1cbddb3..9472b68 100644
--- a/qmake/generators/symbian/symmake_sbsv2.h
+++ b/qmake/generators/symbian/symmake_sbsv2.h
@@ -55,6 +55,7 @@ protected:
virtual void writeBldInfMkFilePart(QTextStream& t, bool addDeploymentExtension);
virtual void writeMkFile(const QString& wrapperFileName, bool deploymentOnly);
virtual void writeWrapperMakefile(QFile& wrapperFile, bool isPrimaryMakefile);
+ virtual void appendAbldTempDirs(QStringList& sysincspaths, QString includepath);
public: