Subversion Repositories Projects

Rev

Rev 305 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 305 Rev 395
Line 22... Line 22...
22
           osmmapadapter.h \
22
           osmmapadapter.h \
23
           maplayer.h \
23
           maplayer.h \
24
           geometrylayer.h \
24
           geometrylayer.h \
25
           yahoomapadapter.h \
25
           yahoomapadapter.h \
26
           googlemapadapter.h \
26
           googlemapadapter.h \
27
	   googlesatmapadapter.h
27
           googlesatmapadapter.h \
-
 
28
           openaerialmapadapter.h \
-
 
29
           fixedimageoverlay.h
28
SOURCES += curve.cpp \
30
SOURCES += curve.cpp \
29
           geometry.cpp \
31
           geometry.cpp \
30
           imagemanager.cpp \
32
           imagemanager.cpp \
31
           layer.cpp \
33
           layer.cpp \
32
           layermanager.cpp \
34
           layermanager.cpp \
Line 43... Line 45...
43
           osmmapadapter.cpp \
45
           osmmapadapter.cpp \
44
           maplayer.cpp \
46
           maplayer.cpp \
45
           geometrylayer.cpp \
47
           geometrylayer.cpp \
46
           yahoomapadapter.cpp \
48
           yahoomapadapter.cpp \
47
           googlemapadapter.cpp \
49
           googlemapadapter.cpp \
48
	   googlesatmapadapter.cpp
50
           googlesatmapadapter.cpp \
-
 
51
           openaerialmapadapter.cpp \
-
 
52
           fixedimageoverlay.cpp
Line 49... Line 53...
49
 
53