You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
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
|
|
|