summaryrefslogtreecommitdiff
path: root/examples/declarative/landmarkmap/landmarkmap.pro
blob: 623658a3b3314f31d7520dd98a209be34a303fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE=app
TARGET = qml_location_landmarkmap

QT += declarative network location

SOURCES += qmllandmarkmap.cpp

symbian {
    TARGET.CAPABILITY = NetworkServices Location ReadUserData WriteUserData
    TARGET.CAPABILITY += LocalServices ReadDeviceData WriteDeviceData
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}

RESOURCES += \
    landmarkmap.qrc

install_files.files += nmealog.txt mylm.lmx landmarkmapcommon landmarkmapmobile landmarkmap.qml
install_files.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/landmark

target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/landmark
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/landmark

INSTALLS += target sources install_files