diff options
author | axis <qt-info@nokia.com> | 2010-02-23 14:45:26 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-23 14:45:26 (GMT) |
commit | 734596c1986f84f4c565f30fd436de94cf3cee1f (patch) | |
tree | 4c8ee6e8446042f3c3b22d5b76dde273c25a2690 /qmake/generators | |
parent | 7bc2ab8e7001642cebfa2852888887654afab2a8 (diff) | |
download | Qt-734596c1986f84f4c565f30fd436de94cf3cee1f.zip Qt-734596c1986f84f4c565f30fd436de94cf3cee1f.tar.gz Qt-734596c1986f84f4c565f30fd436de94cf3cee1f.tar.bz2 |
Fixed copy/paste error after commit a31e40295d.
Diffstat (limited to 'qmake/generators')
-rw-r--r-- | qmake/generators/symbian/symbian_makefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/symbian/symbian_makefile.h b/qmake/generators/symbian/symbian_makefile.h index 0f2e29a..c51c780 100644 --- a/qmake/generators/symbian/symbian_makefile.h +++ b/qmake/generators/symbian/symbian_makefile.h @@ -80,7 +80,7 @@ public: } if (generatePkg) { - generatePkgFile(iconFile, depList, true); + generatePkgFile(iconFile, depList, false); } // Get the application translations and convert to symbian OS lang code, i.e. decical number |