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

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

symbian {
    TARGET.UID3 = 0x$$qmlphotoviewer_uid3 # defined in deployment.pri
    include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/
    LIBS += -lesock -lcommdb -linsock # For IAP selection
    TARGET.CAPABILITY = NetworkServices
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}