summaryrefslogtreecommitdiff
path: root/src/location/mapsgl/mapsgl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/mapsgl/mapsgl.pri')
-rw-r--r--src/location/mapsgl/mapsgl.pri35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/location/mapsgl/mapsgl.pri b/src/location/mapsgl/mapsgl.pri
deleted file mode 100644
index 27c68661..00000000
--- a/src/location/mapsgl/mapsgl.pri
+++ /dev/null
@@ -1,35 +0,0 @@
-
-INCLUDEPATH += mapsgl
-
-QT += network qt3d
-
-SOURCES += \
- mapsgl/cameradata.cpp \
- mapsgl/frustum.cpp \
- mapsgl/map.cpp \
- mapsgl/mapcontroller.cpp \
- mapsgl/mapsphere.cpp \
- mapsgl/projection.cpp \
- mapsgl/projection2d_p.cpp \
- mapsgl/tilecache.cpp \
- mapsgl/tile.cpp \
- mapsgl/tilespec.cpp \
- mapsgl/maptype.cpp
-
-PUBLIC_HEADERS += \
- mapsgl/cameradata.h \
- mapsgl/map.h \
- mapsgl/mapcontroller.h \
- mapsgl/tilecache.h \
- mapsgl/tile.h \
- mapsgl/tilespec.h \
- mapsgl/maptype.h
-
-PRIVATE_HEADERS += \
- mapsgl/frustum_p.h \
- mapsgl/map_p.h \
- mapsgl/mapsphere_p.h \
- mapsgl/maptype_p.h \
- mapsgl/projection_p.h \
- mapsgl/projection2d_p.h \
- mapsgl/tilespec_p.h