summaryrefslogtreecommitdiffstats
path: root/src/gallery/gallery.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery/gallery.pro')
-rw-r--r--src/gallery/gallery.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallery/gallery.pro b/src/gallery/gallery.pro
index bff690ff40..12e0dc1b3f 100644
--- a/src/gallery/gallery.pro
+++ b/src/gallery/gallery.pro
@@ -1,3 +1,5 @@
+include(../../features/utils.pri)
+
TEMPLATE = lib
TARGET = QtGallery
@@ -67,10 +69,10 @@ HEADERS = $$PUBLIC_HEADERS $$PRIVATE_HEADERS
symbian {
load(data_caging_paths)
- QtGalleryDeployment.sources = QtGallery.dll
+ QtGalleryDeployment.sources = QtGallery$${QT_LIBINFIX}.dll
QtGalleryDeployment.path = /sys/bin
DEPLOYMENT += QtGalleryDeployment
- TARGET.UID3=0x2002BFCB
+ TARGET.UID3 = $$mobilityUID(0x2002BFCB)
TARGET.CAPABILITY = ALL -TCB
}