aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/painteditem/painteditem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/painteditem/painteditem.pro')
-rw-r--r--examples/declarative/painteditem/painteditem.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/declarative/painteditem/painteditem.pro b/examples/declarative/painteditem/painteditem.pro
new file mode 100644
index 0000000000..5d7b9df074
--- /dev/null
+++ b/examples/declarative/painteditem/painteditem.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+TARGET = painteditem
+
+QT += declarative
+
+macx: CONFIG -= app_bundle
+
+SOURCES += main.cpp
+
+CONFIG += console
+
+symbian {
+ TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
+}