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