summaryrefslogtreecommitdiff
path: root/examples/map3d/map3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/map3d/map3d.pro')
-rw-r--r--examples/map3d/map3d.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/map3d/map3d.pro b/examples/map3d/map3d.pro
new file mode 100644
index 00000000..058b1f47
--- /dev/null
+++ b/examples/map3d/map3d.pro
@@ -0,0 +1,26 @@
+
+TEMPLATE = app
+TARGET = map3d
+
+CONFIG += qt warn_on qt3d
+
+QT += network location
+
+INCLUDEPATH += ../../src/location/mapsgl/map3d
+
+HEADERS += \
+ camerawidget.h \
+ mainwidget.h \
+ tileview.h
+
+SOURCES += \
+ main.cpp \
+ camerawidget.cpp \
+ mainwidget.cpp \
+ tileview.cpp
+
+#install
+target.path = $$[QT_INSTALL_DEMOS]/qtlocation/map3d
+sources.files = $$SOURCES $HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_DEMOS]/qtlocation/map3d
+INSTALLS += target sources