aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlflickr/qmlflickr.pro
blob: 60abe3133347ad0d401bd6c8a6dc9db4923c9afe (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_example
    TARGET.CAPABILITY = NetworkServices
    # Maximum heap size set to 128 MB in order to allow loading large images.
    TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
}