diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-04-11 11:42:04 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-04-26 13:54:06 (GMT) |
commit | b4b4e3311f06ef79e307f90eb216b05ed2990358 (patch) | |
tree | 0743899fcd71fba1416310508c40e56342f864c9 /mkspecs/common/symbian | |
parent | 0c62e02b80570bf8b92eff7acceb9018df61c89e (diff) | |
download | Qt-b4b4e3311f06ef79e307f90eb216b05ed2990358.zip Qt-b4b4e3311f06ef79e307f90eb216b05ed2990358.tar.gz Qt-b4b4e3311f06ef79e307f90eb216b05ed2990358.tar.bz2 |
Implement support for enable_backup CONFIG value.
The enable_backup CONFIG value can be used to generate deployment
for backup registration file for an application.
BACKUP_REGISTRATION_FILE_SYMBIAN and BACKUP_REGISTRATION_FILE_MAEMO
variables can be used to specify a custom backup registration files.
Only works on Symbian and Maemo platforms.
Task-number: QTBUG-17214
Reviewed-by: Oswald Buddenhagen
Diffstat (limited to 'mkspecs/common/symbian')
-rw-r--r-- | mkspecs/common/symbian/backup_registration.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/backup_registration.xml b/mkspecs/common/symbian/backup_registration.xml new file mode 100644 index 0000000..794e11d --- /dev/null +++ b/mkspecs/common/symbian/backup_registration.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" standalone="yes"?> +<backup_registration> + <passive_backup> + <include_directory name = "\" /> + </passive_backup> + <system_backup/> + <restore requires_reboot = "no"/> +</backup_registration> |