Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
674 | KeyOz | 1 | DEPENDPATH += ../Global/Class_QMapControl |
2 | INCLUDEPATH += ../Global/Class_QMapControl |
||
3 | |||
4 | # Input |
||
5 | HEADERS += curve.h \ |
||
6 | geometry.h \ |
||
7 | imagemanager.h \ |
||
8 | layer.h \ |
||
9 | layermanager.h \ |
||
10 | linestring.h \ |
||
11 | mapadapter.h \ |
||
12 | mapcontrol.h \ |
||
13 | mapnetwork.h \ |
||
14 | point.h \ |
||
15 | tilemapadapter.h \ |
||
16 | wmsmapadapter.h \ |
||
17 | circlepoint.h \ |
||
18 | imagepoint.h \ |
||
19 | gps_position.h \ |
||
20 | osmmapadapter.h \ |
||
21 | maplayer.h \ |
||
22 | geometrylayer.h \ |
||
23 | yahoomapadapter.h \ |
||
24 | googlemapadapter.h \ |
||
25 | googlesatmapadapter.h \ |
||
26 | openaerialmapadapter.h \ |
||
27 | fixedimageoverlay.h \ |
||
28 | emptymapadapter.h |
||
29 | SOURCES += curve.cpp \ |
||
30 | geometry.cpp \ |
||
31 | imagemanager.cpp \ |
||
32 | layer.cpp \ |
||
33 | layermanager.cpp \ |
||
34 | linestring.cpp \ |
||
35 | mapadapter.cpp \ |
||
36 | mapcontrol.cpp \ |
||
37 | mapnetwork.cpp \ |
||
38 | point.cpp \ |
||
39 | tilemapadapter.cpp \ |
||
40 | wmsmapadapter.cpp \ |
||
41 | circlepoint.cpp \ |
||
42 | imagepoint.cpp \ |
||
43 | gps_position.cpp \ |
||
44 | osmmapadapter.cpp \ |
||
45 | maplayer.cpp \ |
||
46 | geometrylayer.cpp \ |
||
47 | yahoomapadapter.cpp \ |
||
48 | googlemapadapter.cpp \ |
||
49 | googlesatmapadapter.cpp \ |
||
50 | openaerialmapadapter.cpp \ |
||
51 | fixedimageoverlay.cpp \ |
||
52 | emptymapadapter.cpp |
||
53 | |||
54 | QT += network |