diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-03-31 12:08:09 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-03-31 12:08:09 (GMT) |
commit | 56949fc36c30a84e716b66ac74f3a0a8de74cc8e (patch) | |
tree | dbb5b05f4549c829dd1fc2295e75bad0662598d9 /qmake/generators/symbian/symbian_makefile.h | |
parent | b75ebb19032ab2b739c848ed1e8cc1fa74f3cd21 (diff) | |
download | Qt-56949fc36c30a84e716b66ac74f3a0a8de74cc8e.zip Qt-56949fc36c30a84e716b66ac74f3a0a8de74cc8e.tar.gz Qt-56949fc36c30a84e716b66ac74f3a0a8de74cc8e.tar.bz2 |
Cleanup the deployment code
Remove local defines and passing of a list while its never used, only define
it where its actually used.
Diffstat (limited to 'qmake/generators/symbian/symbian_makefile.h')
-rw-r--r-- | qmake/generators/symbian/symbian_makefile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qmake/generators/symbian/symbian_makefile.h b/qmake/generators/symbian/symbian_makefile.h index f9d3c24..797a602 100644 --- a/qmake/generators/symbian/symbian_makefile.h +++ b/qmake/generators/symbian/symbian_makefile.h @@ -66,7 +66,6 @@ public: // Generate pkg files if there are any actual files to deploy bool generatePkg = false; - DeploymentList depList; if (targetType == TypeExe) { generatePkg = true; @@ -80,7 +79,7 @@ public: } if (generatePkg) { - generatePkgFile(iconFile, depList, false); + generatePkgFile(iconFile, false); } // Get the application translations and convert to symbian OS lang code, i.e. decical number |