summaryrefslogtreecommitdiff
path: root/qmake
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-05-18 11:37:04 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-05-18 11:50:13 +0300
commitacee77966603ed968e68ed36337b90fa32c5062b (patch)
tree993733a71d4acc99fc103d583b99bca7464d960e /qmake
parent61caa759298e5dd43d9cad3a6cfb396d5b258dd1 (diff)
Fix pkg_prerules handling for installer packages
The removed check was causing dropping of vendor info from installer package files. No need to check for header in rawPkgPreRules as it would never get there in the first place; it gets placed into headerRules instead. Reviewed-by: Shane Kearns
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/symbian/symbiancommon.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/qmake/generators/symbian/symbiancommon.cpp b/qmake/generators/symbian/symbiancommon.cpp
index ce796c3e75..aa44afc2ad 100644
--- a/qmake/generators/symbian/symbiancommon.cpp
+++ b/qmake/generators/symbian/symbiancommon.cpp
@@ -305,11 +305,6 @@ void SymbianCommonGenerator::generatePkgFile(const QString &iconFile, bool epocB
t << item << endl;
tw << item << endl;
}
- // Only regular and stub should have pkg header if that is defined using prerules.
- else if (!item.startsWith("#")) {
- t << item << endl;
- ts << item << endl;
- }
else {
t << item << endl;
ts << item << endl;