summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmleasing/deployment.pri
blob: c01b203a7fe28f3ee0736ae61d29bf35a3dbebf6 (plain)
1
2
3
4
5
6
7
8
9
10
qmleasing_src = $$PWD/../../../examples/declarative/animation/easing
symbian {
    load(data_caging_paths)
    qmleasing_uid3 = A000E3FE
    qmleasing_files.path = $$APP_PRIVATE_DIR_BASE/$$qmleasing_uid3
}
qmleasing_files.files = \
    $$qmleasing_src/qml/easing/easing.qml \
    $$qmleasing_src/qml/easing/content
DEPLOYMENT += qmleasing_files