aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlcalculator/qmlcalculator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/qmlcalculator/qmlcalculator.pro')
-rw-r--r--demos/embedded/qmlcalculator/qmlcalculator.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/embedded/qmlcalculator/qmlcalculator.pro b/demos/embedded/qmlcalculator/qmlcalculator.pro
new file mode 100644
index 0000000000..1e71eed4fa
--- /dev/null
+++ b/demos/embedded/qmlcalculator/qmlcalculator.pro
@@ -0,0 +1,12 @@
+!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")
+
+QT += declarative
+SOURCES += $$PWD/qmlcalculator.cpp
+include($$PWD/deployment.pri)
+
+symbian {
+ TARGET.UID3 = 0x$$qmlcalculator_uid3 # defined in deployment.pri
+ include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
+ LIBS += -lcone -leikcore -lavkon # Screen orientation
+}