aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/painteditem/smile/smile.pro
blob: 5d7b9df074abf0062375e476124dac8d85690669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = painteditem

QT += declarative

macx: CONFIG -= app_bundle

SOURCES += main.cpp

CONFIG += console

symbian {
    TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
}