summaryrefslogtreecommitdiff
path: root/examples/declarative/landmarkmap/landmarkmap.pro
blob: de0182400b32cf70259aa478743e17fcdef142a3 (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_DEMOS]/qtlocation/declarative/landmark

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

INSTALLS += target sources install_files