From 734596c1986f84f4c565f30fd436de94cf3cee1f Mon Sep 17 00:00:00 2001 From: axis Date: Tue, 23 Feb 2010 15:45:26 +0100 Subject: Fixed copy/paste error after commit a31e40295d. --- qmake/generators/symbian/symbian_makefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12