summaryrefslogtreecommitdiffstats
path: root/examples/scenegraphitem/scenegraphitem.pro
blob: 4b9b2f0ba3d79d5901e11c6d17cdfb8f5c10828d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = scenegraphitem

include(../../scenegraph_include.pri)

macx: CONFIG -= app_bundle

SOURCES += main.cpp

CONFIG += console

CONFIG(bundle) | symbian: include(../../bundle/bundle.pri)

symbian {
    TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
}