aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlphotoviewer/deployment.pri
blob: 23882e3686954feced8fdcd73be61697b72dcb8a (plain)
1
2
3
4
5
6
7
8
qmlphotoviewer_src = $$PWD/../../declarative/photoviewer
symbian {
    load(data_caging_paths)
    qmlphotoviewer_uid3 = A000E400
    qmlphotoviewer_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlphotoviewer_uid3
}
qmlphotoviewer_files.files = $$qmlphotoviewer_src/photoviewer.qml $$qmlphotoviewer_src/PhotoViewerCore
DEPLOYMENT += qmlphotoviewer_files