summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/symbian
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-02-04 12:10:53 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-02-04 12:28:06 (GMT)
commit10c7730877d314ec4eda6728e2d66c38beff8d62 (patch)
tree145b8fe4d8b1ca4e74379eac36f92eab092a2f60 /mkspecs/common/symbian
parent4cee615df52a3d984986d07e8125d3b01973f4a9 (diff)
downloadQt-10c7730877d314ec4eda6728e2d66c38beff8d62.zip
Qt-10c7730877d314ec4eda6728e2d66c38beff8d62.tar.gz
Qt-10c7730877d314ec4eda6728e2d66c38beff8d62.tar.bz2
Implement Symbian 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 variable can be used to specify a custom backup registration file. Task-number: QTBUG-17214 Reviewed-by: axis
Diffstat (limited to 'mkspecs/common/symbian')
-rw-r--r--mkspecs/common/symbian/backup_registration.xml8
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>