changeset 33 | 3e2da88830cd |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/demos/embedded/qmleasing/qmleasing.pro Wed Aug 18 10:37:55 2010 +0300 @@ -0,0 +1,11 @@ +!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.") + +QT += declarative +SOURCES += $$PWD/qmleasing.cpp +include($$PWD/deployment.pri) + +symbian { + TARGET.UID3 = 0x$$qmleasing_uid3 # defined in deployment.pri + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) + TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 +}