summaryrefslogtreecommitdiffstats
path: root/demos/embedded
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-02-04 13:08:44 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-02-04 14:52:30 (GMT)
commit9cc4ae77a73bd28ff495f36f26dd87c78b76b976 (patch)
tree4419fec06b6722016f4fcf7912a1b65df8b7081e /demos/embedded
parent91e236022acd79dfbc4aef9e30edb4d1aeb2685c (diff)
downloadQt-9cc4ae77a73bd28ff495f36f26dd87c78b76b976.zip
Qt-9cc4ae77a73bd28ff495f36f26dd87c78b76b976.tar.gz
Qt-9cc4ae77a73bd28ff495f36f26dd87c78b76b976.tar.bz2
Added support for smart installer package generation in Symbian
Smart installer packages bundle normal application sis with a bootstrap package that will download a smart installer when the package is installed. Smart installer in turn will download any dependencies of the application that are available on remote server, such as Open C, Qt, and QtWebkit packages, and install them Smart installer packages are generated when DEPLOYMENT.installer_header variable is defined in applicatoin .pro file. This commit is still missing properly signed bootstrap.sis package. Task-number: QTBUG-7908 Reviewed-by: Shane Kearns
Diffstat (limited to 'demos/embedded')
-rw-r--r--demos/embedded/fluidlauncher/fluidlauncher.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/embedded/fluidlauncher/fluidlauncher.pro b/demos/embedded/fluidlauncher/fluidlauncher.pro
index 92d6e1e..f71388c 100644
--- a/demos/embedded/fluidlauncher/fluidlauncher.pro
+++ b/demos/embedded/fluidlauncher/fluidlauncher.pro
@@ -213,5 +213,7 @@ symbian {
DEPLOYMENT += config files executables viewerimages saxbookmarks reg_resource resource \
mifs desktopservices_music desktopservices_images fluidbackup
+ DEPLOYMENT.installer_header = 0xA000D7CD
+
TARGET.EPOCHEAPSIZE = 100000 20000000
}