aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlclocks/deployment.pri
blob: 6c6704ccc7c4faca3ec7a2d562659d0a941978db (plain)
1
2
3
4
5
6
7
8
qmlclocks_src = $$PWD/../../../examples/declarative/toys/clocks
symbian {
    load(data_caging_paths)
    qmlclocks_uid3 = A000E3FC
    qmlclocks_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlclocks_uid3
}
qmlclocks_files.files = $$qmlclocks_src/clocks.qml $$qmlclocks_src/content
DEPLOYMENT += qmlclocks_files