5d7b9df074abf0062375e476124dac8d85690669
[profile/ivi/qtdeclarative.git] / examples / declarative / painteditem / smile / smile.pro
1 TEMPLATE = app
2 TARGET = painteditem
3
4 QT += declarative
5
6 macx: CONFIG -= app_bundle
7
8 SOURCES += main.cpp
9
10 CONFIG += console
11
12 symbian {
13     TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
14 }