aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmleasing/qmleasing.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmleasing/qmleasing.pro')
-rw-r--r--examples/embedded/qmleasing/qmleasing.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/embedded/qmleasing/qmleasing.pro b/examples/embedded/qmleasing/qmleasing.pro
new file mode 100644
index 0000000000..9d7c8d7d00
--- /dev/null
+++ b/examples/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
+ CONFIG += qt_demo
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
+}