Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / demos / embedded / qmlflickr / qmlflickr.pro
1 !symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")
2
3 QT += declarative network
4 SOURCES += $$PWD/qmlflickr.cpp
5 include($$PWD/deployment.pri)
6
7 symbian {
8     TARGET.UID3 = 0x$$qmlflickr_uid3 # defined in deployment.pri
9     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
10     TARGET.CAPABILITY = NetworkServices
11     # Maximum heap size set to 128 MB in order to allow loading large images.
12     TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
13 }