aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmleasing/qmleasing.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/qmleasing/qmleasing.pro')
-rw-r--r--demos/embedded/qmleasing/qmleasing.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/embedded/qmleasing/qmleasing.pro b/demos/embedded/qmleasing/qmleasing.pro
new file mode 100644
index 0000000000..084a880cbe
--- /dev/null
+++ b/demos/embedded/qmleasing/qmleasing.pro
@@ -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
+}