Files
qt4-x11/demos/embedded/qmlclocks/deployment.pri
2025-08-24 20:55:26 +08:00

11 lines
340 B
Plaintext

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/qml/clocks/clocks.qml \
$$qmlclocks_src/qml/clocks/content
DEPLOYMENT += qmlclocks_files