summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symmake_sbsv2.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-02-23 13:49:29 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-02-24 08:53:38 (GMT)
commit83c37b5232f01efb15a326a2cca42b3a267823bb (patch)
tree5b0d6ef56467e40c0d7ac33be3e8026057b02f48 /qmake/generators/symbian/symmake_sbsv2.h
parent412512466183c021cee95002f57215707fbfb8ca (diff)
downloadQt-83c37b5232f01efb15a326a2cca42b3a267823bb.zip
Qt-83c37b5232f01efb15a326a2cca42b3a267823bb.tar.gz
Qt-83c37b5232f01efb15a326a2cca42b3a267823bb.tar.bz2
Basic deployment support for ROM in Symbian
Deploy everything currently deployed under /epoc32/winscw/c to also under /epoc32/data/z to make is easier to deploy applications to ROM. Also changes path separators in deployment generation to be Linux friendly. Reviewed-by: Janne Anttila
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 5c31249..b8ccdbe 100644
--- a/qmake/generators/symbian/symmake_sbsv2.h
+++ b/qmake/generators/symbian/symmake_sbsv2.h
@@ -64,6 +64,7 @@ public:
private:
void exportFlm();
+ void writeSbsDeploymentList(const DeploymentList& depList, QTextStream& t);
QString extraTargetsCache;
QString extraCompilersCache;