Commit f2adb605 authored by Bryant Mairs's avatar Bryant Mairs

Updated OPMapControl's .pri file.

The base directory for .pri files is now the .pro file that includes them.
parent 1a9ff3b3
......@@ -5,106 +5,107 @@
# HACK! BIG TIME!
DEFINES += EXTERNAL_USE
DEPENDPATH += src/core src/internals src/mapwidget src/internals/projections
INCLUDEPATH += src/core src/internals src/internals/projections src/mapwidget
OPMAPCONTROL_DIR = libs/opmapcontrol
DEPENDPATH += $$OPMAPCONTROL/core $$OPMAPCONTROL_DIR/src/internals $$OPMAPCONTROL_DIR/src/mapwidget $$OPMAPCONTROL_DIR/src/internals/projections
INCLUDEPATH += $$OPMAPCONTROL_DIR/src/core $$OPMAPCONTROL_DIR/src/internals $$OPMAPCONTROL_DIR/src/internals/projections $$OPMAPCONTROL_DIR/src/mapwidget
# Input
HEADERS += opmapcontrol.h \
src/core/accessmode.h \
src/core/alllayersoftype.h \
src/core/cache.h \
src/core/cacheitemqueue.h \
src/core/debugheader.h \
src/core/diagnostics.h \
src/core/geodecoderstatus.h \
src/core/kibertilecache.h \
src/core/languagetype.h \
src/core/maptype.h \
src/core/memorycache.h \
src/core/opmaps.h \
src/core/placemark.h \
src/core/point.h \
src/core/providerstrings.h \
src/core/pureimage.h \
src/core/pureimagecache.h \
src/core/rawtile.h \
src/core/size.h \
src/core/tilecachequeue.h \
src/core/urlfactory.h \
src/internals/copyrightstrings.h \
src/internals/core.h \
src/internals/debugheader.h \
src/internals/loadtask.h \
src/internals/mousewheelzoomtype.h \
src/internals/pointlatlng.h \
src/internals/pureprojection.h \
src/internals/rectangle.h \
src/internals/rectlatlng.h \
src/internals/sizelatlng.h \
src/internals/tile.h \
src/internals/tilematrix.h \
src/mapwidget/configuration.h \
src/mapwidget/gpsitem.h \
src/mapwidget/homeitem.h \
src/mapwidget/mapgraphicitem.h \
src/mapwidget/mapripform.h \
src/mapwidget/mapripper.h \
src/mapwidget/opmapwidget.h \
src/mapwidget/trailitem.h \
src/mapwidget/traillineitem.h \
src/mapwidget/uavitem.h \
src/mapwidget/uavmapfollowtype.h \
src/mapwidget/uavtrailtype.h \
src/mapwidget/waypointitem.h \
src/internals/projections/lks94projection.h \
src/internals/projections/mercatorprojection.h \
src/internals/projections/mercatorprojectionyandex.h \
src/internals/projections/platecarreeprojection.h \
src/internals/projections/platecarreeprojectionpergo.h \
libs/opmapcontrol/src/mapwidget/waypointlineitem.h
FORMS += src/mapwidget/mapripform.ui
SOURCES += src/core/alllayersoftype.cpp \
src/core/cache.cpp \
src/core/cacheitemqueue.cpp \
src/core/diagnostics.cpp \
src/core/kibertilecache.cpp \
src/core/languagetype.cpp \
src/core/memorycache.cpp \
src/core/opmaps.cpp \
src/core/placemark.cpp \
src/core/point.cpp \
src/core/providerstrings.cpp \
src/core/pureimage.cpp \
src/core/pureimagecache.cpp \
src/core/rawtile.cpp \
src/core/size.cpp \
src/core/tilecachequeue.cpp \
src/core/urlfactory.cpp \
src/internals/core.cpp \
src/internals/loadtask.cpp \
src/internals/MouseWheelZoomType.cpp \
src/internals/pointlatlng.cpp \
src/internals/pureprojection.cpp \
src/internals/rectangle.cpp \
src/internals/rectlatlng.cpp \
src/internals/sizelatlng.cpp \
src/internals/tile.cpp \
src/internals/tilematrix.cpp \
src/mapwidget/configuration.cpp \
src/mapwidget/gpsitem.cpp \
src/mapwidget/homeitem.cpp \
src/mapwidget/mapgraphicitem.cpp \
src/mapwidget/mapripform.cpp \
src/mapwidget/mapripper.cpp \
src/mapwidget/opmapwidget.cpp \
src/mapwidget/trailitem.cpp \
src/mapwidget/traillineitem.cpp \
src/mapwidget/uavitem.cpp \
src/mapwidget/waypointitem.cpp \
src/internals/projections/lks94projection.cpp \
src/internals/projections/mercatorprojection.cpp \
src/internals/projections/mercatorprojectionyandex.cpp \
src/internals/projections/platecarreeprojection.cpp \
src/internals/projections/platecarreeprojectionpergo.cpp \
libs/opmapcontrol/src/mapwidget/waypointlineitem.cpp
RESOURCES += src/mapwidget/mapresources.qrc
HEADERS += $$OPMAPCONTROL_DIR/opmapcontrol.h \
$$OPMAPCONTROL_DIR/src/core/accessmode.h \
$$OPMAPCONTROL_DIR/src/core/alllayersoftype.h \
$$OPMAPCONTROL_DIR/src/core/cache.h \
$$OPMAPCONTROL_DIR/src/core/cacheitemqueue.h \
$$OPMAPCONTROL_DIR/src/core/debugheader.h \
$$OPMAPCONTROL_DIR/src/core/diagnostics.h \
$$OPMAPCONTROL_DIR/src/core/geodecoderstatus.h \
$$OPMAPCONTROL_DIR/src/core/kibertilecache.h \
$$OPMAPCONTROL_DIR/src/core/languagetype.h \
$$OPMAPCONTROL_DIR/src/core/maptype.h \
$$OPMAPCONTROL_DIR/src/core/memorycache.h \
$$OPMAPCONTROL_DIR/src/core/opmaps.h \
$$OPMAPCONTROL_DIR/src/core/placemark.h \
$$OPMAPCONTROL_DIR/src/core/point.h \
$$OPMAPCONTROL_DIR/src/core/providerstrings.h \
$$OPMAPCONTROL_DIR/src/core/pureimage.h \
$$OPMAPCONTROL_DIR/src/core/pureimagecache.h \
$$OPMAPCONTROL_DIR/src/core/rawtile.h \
$$OPMAPCONTROL_DIR/src/core/size.h \
$$OPMAPCONTROL_DIR/src/core/tilecachequeue.h \
$$OPMAPCONTROL_DIR/src/core/urlfactory.h \
$$OPMAPCONTROL_DIR/src/internals/copyrightstrings.h \
$$OPMAPCONTROL_DIR/src/internals/core.h \
$$OPMAPCONTROL_DIR/src/internals/debugheader.h \
$$OPMAPCONTROL_DIR/src/internals/loadtask.h \
$$OPMAPCONTROL_DIR/src/internals/mousewheelzoomtype.h \
$$OPMAPCONTROL_DIR/src/internals/pointlatlng.h \
$$OPMAPCONTROL_DIR/src/internals/pureprojection.h \
$$OPMAPCONTROL_DIR/src/internals/rectangle.h \
$$OPMAPCONTROL_DIR/src/internals/rectlatlng.h \
$$OPMAPCONTROL_DIR/src/internals/sizelatlng.h \
$$OPMAPCONTROL_DIR/src/internals/tile.h \
$$OPMAPCONTROL_DIR/src/internals/tilematrix.h \
$$OPMAPCONTROL_DIR/src/mapwidget/configuration.h \
$$OPMAPCONTROL_DIR/src/mapwidget/gpsitem.h \
$$OPMAPCONTROL_DIR/src/mapwidget/homeitem.h \
$$OPMAPCONTROL_DIR/src/mapwidget/mapgraphicitem.h \
$$OPMAPCONTROL_DIR/src/mapwidget/mapripform.h \
$$OPMAPCONTROL_DIR/src/mapwidget/mapripper.h \
$$OPMAPCONTROL_DIR/src/mapwidget/opmapwidget.h \
$$OPMAPCONTROL_DIR/src/mapwidget/trailitem.h \
$$OPMAPCONTROL_DIR/src/mapwidget/traillineitem.h \
$$OPMAPCONTROL_DIR/src/mapwidget/uavitem.h \
$$OPMAPCONTROL_DIR/src/mapwidget/uavmapfollowtype.h \
$$OPMAPCONTROL_DIR/src/mapwidget/uavtrailtype.h \
$$OPMAPCONTROL_DIR/src/mapwidget/waypointitem.h \
$$OPMAPCONTROL_DIR/src/internals/projections/lks94projection.h \
$$OPMAPCONTROL_DIR/src/internals/projections/mercatorprojection.h \
$$OPMAPCONTROL_DIR/src/internals/projections/mercatorprojectionyandex.h \
$$OPMAPCONTROL_DIR/src/internals/projections/platecarreeprojection.h \
$$OPMAPCONTROL_DIR/src/internals/projections/platecarreeprojectionpergo.h \
$$OPMAPCONTROL_DIR/src/mapwidget/waypointlineitem.h
FORMS += $$OPMAPCONTROL_DIR/src/mapwidget/mapripform.ui
SOURCES += $$OPMAPCONTROL_DIR/src/core/alllayersoftype.cpp \
$$OPMAPCONTROL_DIR/src/core/cache.cpp \
$$OPMAPCONTROL_DIR/src/core/cacheitemqueue.cpp \
$$OPMAPCONTROL_DIR/src/core/diagnostics.cpp \
$$OPMAPCONTROL_DIR/src/core/kibertilecache.cpp \
$$OPMAPCONTROL_DIR/src/core/languagetype.cpp \
$$OPMAPCONTROL_DIR/src/core/memorycache.cpp \
$$OPMAPCONTROL_DIR/src/core/opmaps.cpp \
$$OPMAPCONTROL_DIR/src/core/placemark.cpp \
$$OPMAPCONTROL_DIR/src/core/point.cpp \
$$OPMAPCONTROL_DIR/src/core/providerstrings.cpp \
$$OPMAPCONTROL_DIR/src/core/pureimage.cpp \
$$OPMAPCONTROL_DIR/src/core/pureimagecache.cpp \
$$OPMAPCONTROL_DIR/src/core/rawtile.cpp \
$$OPMAPCONTROL_DIR/src/core/size.cpp \
$$OPMAPCONTROL_DIR/src/core/tilecachequeue.cpp \
$$OPMAPCONTROL_DIR/src/core/urlfactory.cpp \
$$OPMAPCONTROL_DIR/src/internals/core.cpp \
$$OPMAPCONTROL_DIR/src/internals/loadtask.cpp \
$$OPMAPCONTROL_DIR/src/internals/MouseWheelZoomType.cpp \
$$OPMAPCONTROL_DIR/src/internals/pointlatlng.cpp \
$$OPMAPCONTROL_DIR/src/internals/pureprojection.cpp \
$$OPMAPCONTROL_DIR/src/internals/rectangle.cpp \
$$OPMAPCONTROL_DIR/src/internals/rectlatlng.cpp \
$$OPMAPCONTROL_DIR/src/internals/sizelatlng.cpp \
$$OPMAPCONTROL_DIR/src/internals/tile.cpp \
$$OPMAPCONTROL_DIR/src/internals/tilematrix.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/configuration.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/gpsitem.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/homeitem.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/mapgraphicitem.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/mapripform.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/mapripper.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/opmapwidget.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/trailitem.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/traillineitem.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/uavitem.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/waypointitem.cpp \
$$OPMAPCONTROL_DIR/src/internals/projections/lks94projection.cpp \
$$OPMAPCONTROL_DIR/src/internals/projections/mercatorprojection.cpp \
$$OPMAPCONTROL_DIR/src/internals/projections/mercatorprojectionyandex.cpp \
$$OPMAPCONTROL_DIR/src/internals/projections/platecarreeprojection.cpp \
$$OPMAPCONTROL_DIR/src/internals/projections/platecarreeprojectionpergo.cpp \
$$OPMAPCONTROL_DIR/src/mapwidget/waypointlineitem.cpp
RESOURCES += $$OPMAPCONTROL_DIR/src/mapwidget/mapresources.qrc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment