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.pro29
1 files changed, 2 insertions, 27 deletions
diff --git a/examples/declarative/mapviewer/mapviewer.pro b/examples/declarative/mapviewer/mapviewer.pro
index 5d931a8e..726c2b35 100644
--- a/examples/declarative/mapviewer/mapviewer.pro
+++ b/examples/declarative/mapviewer/mapviewer.pro
@@ -1,28 +1,3 @@
-TARGET = qml_location_mapviewer
-TEMPLATE=app
+TEMPLATE = subdirs
+SUBDIRS += mapviewerwrapper
-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
-
-OTHER_FILES += \
- mapviewer.qml \
- Dialog.qml \
- MapComponent.qml \
- Marker.qml \
- Message.qml \
- RouteDialog.qml \
- TextWithLabel.qml