summaryrefslogtreecommitdiff
path: root/examples/declarative/mapviewer/mapviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/mapviewer/mapviewer.pro')
-rw-r--r--examples/declarative/mapviewer/mapviewer.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/declarative/mapviewer/mapviewer.pro b/examples/declarative/mapviewer/mapviewer.pro
new file mode 100644
index 00000000..5a787021
--- /dev/null
+++ b/examples/declarative/mapviewer/mapviewer.pro
@@ -0,0 +1,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_DEMOS]/qtlocation/declarative/mapviewer
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.qml *.png *.sci
+sources.path = $$[QT_INSTALL_DEMOS]/qtlocation/declarative/mapviewer
+
+INSTALLS += target sources