demos/embedded/fluidlauncher/fluidlauncher.pro
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 19 fcece45ef507
--- a/demos/embedded/fluidlauncher/fluidlauncher.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/demos/embedded/fluidlauncher/fluidlauncher.pro	Fri Apr 16 15:50:13 2010 +0300
@@ -163,6 +163,11 @@
         resource.sources += $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/anomaly.rsc
         mifs.sources += \
             $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/anomaly.mif
+
+        # Since Fluidlauncher itself doesn't link webkit, we won't get dependency automatically
+        executables.pkg_prerules += \
+            "; Dependency to Qt Webkit" \
+            "(0x200267C2), $${QT_MAJOR_VERSION}, $${QT_MINOR_VERSION}, $${QT_PATCH_VERSION},  {\"QtWebKit\"}"
     }
 
     contains(QT_CONFIG, phonon) {
@@ -202,8 +207,13 @@
     saxbookmarks.sources += $$PWD/../../../examples/xml/saxbookmarks/jennifer.xbel
     saxbookmarks.path = /data/qt/saxbookmarks
 
+    fluidbackup.sources = backup_registration.xml
+    fluidbackup.path = /private/$$replace(TARGET.UID3, 0x,)
+
     DEPLOYMENT += config files executables viewerimages saxbookmarks reg_resource resource \
-        mifs desktopservices_music desktopservices_images
+        mifs desktopservices_music desktopservices_images fluidbackup
+
+    DEPLOYMENT.installer_header = 0xA000D7CD
 
     TARGET.EPOCHEAPSIZE = 100000 20000000
 }