summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/src/development/qmake-manual.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index b81d387..d1843a8 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -1086,6 +1086,18 @@
\tableofcontents{3}
+
+ \target BACKUP_REGISTRATION_FILE
+ \section1 BACKUP_REGISTRATION_FILE
+
+ \e {This is only used on the Symbian platform.}
+
+ This variable can be used to specify a custom backup registration file to use
+ with \c enable_backup \c CONFIG value. See Symbian documentation
+ (\l{http://library.forum.nokia.com/index.jsp?topic=/S60_5th_Edition_Cpp_Developers_Library/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Connectivity-subsystem-guide/Connectivity/PC_Connectivity_How-To_Write_Backup_Aware_Software.html}{How-To Write Backup-aware Software})
+ for more information about backup registration files and how backup
+ works in Symbian in general.
+
\target BLD_INF_RULES
\section1 BLD_INF_RULES
@@ -1302,6 +1314,12 @@
to work. E.g. \c{myapp_en.ts}.
\bold{Note:} All languages supported by Qt are not supported by Symbian,
so some \c{.ts} files may be ignored by qmake.
+ \row \o enable_backup \o Generates deployment for backup registration file
+ to enable backing up the application during device backup. By default
+ application binaries, resources, and all files under application private
+ directory and \c{C:\Data} are backed up. If a custom backup rules are
+ needed, \l{#BACKUP_REGISTRATION_FILE}{BACKUP_REGISTRATION_FILE} variable
+ can be used to specify a custom backup registration file.
\endtable
These options have an effect on Linux/Unix platforms: