summaryrefslogtreecommitdiff
path: root/examples/declarative/mapviewer/mapviewer.pro
blob: ac6517164d70a8e47add0d73634ab2c823907e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qml_location_mapviewer
TEMPLATE=app

QT += declarative network
SOURCES += qmlmapviewer.cpp

symbian {
    TARGET.CAPABILITY = NetworkServices Location ReadUserData WriteUserData
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}

RESOURCES += \
    mapviewer.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/mapviewer
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.qml *.png *.sci
sources.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/mapviewer

INSTALLS += target sources