7 changed files with 108 additions and 25 deletions
@ -0,0 +1,52 @@ |
|||||||
|
DEPENDPATH += src |
||||||
|
INCLUDEPATH += src |
||||||
|
|
||||||
|
# Input |
||||||
|
HEADERS += curve.h \ |
||||||
|
geometry.h \ |
||||||
|
imagemanager.h \ |
||||||
|
layer.h \ |
||||||
|
layermanager.h \ |
||||||
|
linestring.h \ |
||||||
|
mapadapter.h \ |
||||||
|
mapcontrol.h \ |
||||||
|
mapnetwork.h \ |
||||||
|
point.h \ |
||||||
|
tilemapadapter.h \ |
||||||
|
wmsmapadapter.h \ |
||||||
|
circlepoint.h \ |
||||||
|
imagepoint.h \ |
||||||
|
gps_position.h \ |
||||||
|
osmmapadapter.h \ |
||||||
|
maplayer.h \ |
||||||
|
geometrylayer.h \ |
||||||
|
yahoomapadapter.h \ |
||||||
|
googlemapadapter.h \ |
||||||
|
googlesatmapadapter.h \ |
||||||
|
openaerialmapadapter.h \ |
||||||
|
fixedimageoverlay.h \ |
||||||
|
emptymapadapter.h |
||||||
|
SOURCES += curve.cpp \ |
||||||
|
geometry.cpp \ |
||||||
|
imagemanager.cpp \ |
||||||
|
layer.cpp \ |
||||||
|
layermanager.cpp \ |
||||||
|
linestring.cpp \ |
||||||
|
mapadapter.cpp \ |
||||||
|
mapcontrol.cpp \ |
||||||
|
mapnetwork.cpp \ |
||||||
|
point.cpp \ |
||||||
|
tilemapadapter.cpp \ |
||||||
|
wmsmapadapter.cpp \ |
||||||
|
circlepoint.cpp \ |
||||||
|
imagepoint.cpp \ |
||||||
|
gps_position.cpp \ |
||||||
|
osmmapadapter.cpp \ |
||||||
|
maplayer.cpp \ |
||||||
|
geometrylayer.cpp \ |
||||||
|
yahoomapadapter.cpp \ |
||||||
|
googlemapadapter.cpp \ |
||||||
|
googlesatmapadapter.cpp \ |
||||||
|
openaerialmapadapter.cpp \ |
||||||
|
fixedimageoverlay.cpp \ |
||||||
|
emptymapadapter.cpp |
Loading…
Reference in new issue