aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlflickr/qmlflickr.pro
blob: a70a6df89409d432058f535ba6f25f531c63721d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")

QT += declarative network
SOURCES += $$PWD/qmlflickr.cpp
include($$PWD/deployment.pri)

symbian {
    TARGET.UID3 = 0x$$qmlflickr_uid3 # defined in deployment.pri
    CONFIG += qt_demo
    TARGET.CAPABILITY = NetworkServices
    # Maximum heap size set to 128 MB in order to allow loading large images.
    TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
}