source: trunk/demos/embedded/qmlcalculator/deployment.pri@ 858

Last change on this file since 858 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 328 bytes
Line 
1qmlcalculator_src = $$PWD/../../declarative/calculator
2symbian {
3 load(data_caging_paths)
4 qmlcalculator_uid3 = A000E3FB
5 qmlcalculator_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlcalculator_uid3
6}
7qmlcalculator_files.sources = $$qmlcalculator_src/calculator.qml $$qmlcalculator_src/Core
8DEPLOYMENT += qmlcalculator_files
Note: See TracBrowser for help on using the repository browser.