diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-10-05 11:39:41 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-10-07 12:39:33 (GMT) |
commit | 494ce0dac35c7ade0ce78589878597a7ca912864 (patch) | |
tree | 27b5d55713470f3d22c2fd8f2ace23e42279e16d /mkspecs/common/symbian/symbian.conf | |
parent | 6729e107c95ab108954d2acbf0a77a75fa087d1a (diff) | |
download | Qt-494ce0dac35c7ade0ce78589878597a7ca912864.zip Qt-494ce0dac35c7ade0ce78589878597a7ca912864.tar.gz Qt-494ce0dac35c7ade0ce78589878597a7ca912864.tar.bz2 |
Make default application deployment removable
Default application deployment was hard coded in qmake, so it was
impossible to replace with custom deployment. Now the default deployment
is generated via .prf files and is removable.
Task-number: QTBUG-13367
Reviewed-by: axis
Diffstat (limited to 'mkspecs/common/symbian/symbian.conf')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index cc5b788..0bdc8e5 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -194,7 +194,7 @@ pkg_platform_dependencies = \ "[0x20032DE7],0,0,0,{\"S60ProductID\"}" \ " " -DEPLOYMENT += default_deployment +DEPLOYMENT += default_deployment default_bin_deployment default_resource_deployment default_reg_deployment defineReplace(symbianRemoveSpecialCharacters) { # Produce identical string to what SymbianCommonGenerator::removeSpecialCharacters and |