summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlphotoviewer/deployment.pri
blob: 35937a8cbe25fa8018ffbf7d0e3301fb792e7ae9 (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.sources = $$qmlphotoviewer_src/photoviewer.qml $$qmlphotoviewer_src/PhotoViewerCore
DEPLOYMENT += qmlphotoviewer_files