summaryrefslogtreecommitdiff
path: root/tests/applications/map3d/map3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/applications/map3d/map3d.pro')
-rw-r--r--tests/applications/map3d/map3d.pro26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/applications/map3d/map3d.pro b/tests/applications/map3d/map3d.pro
deleted file mode 100644
index 0c69e5bc..00000000
--- a/tests/applications/map3d/map3d.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-
-TEMPLATE = app
-TARGET = map3d
-
-CONFIG += qt warn_on
-
-QT += network location qt3d widgets
-
-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