11 lines
340 B
Plaintext
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
|