Rev 391 | Go to most recent revision | Details | 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 \ |
||
27 | googlesatmapadapter.h |
||
28 | SOURCES += curve.cpp \ |
||
29 | geometry.cpp \ |
||
30 | imagemanager.cpp \ |
||
31 | layer.cpp \ |
||
32 | layermanager.cpp \ |
||
33 | linestring.cpp \ |
||
34 | mapadapter.cpp \ |
||
35 | mapcontrol.cpp \ |
||
36 | mapnetwork.cpp \ |
||
37 | point.cpp \ |
||
38 | tilemapadapter.cpp \ |
||
39 | wmsmapadapter.cpp \ |
||
40 | circlepoint.cpp \ |
||
41 | imagepoint.cpp \ |
||
42 | gps_position.cpp \ |
||
43 | osmmapadapter.cpp \ |
||
44 | maplayer.cpp \ |
||
45 | geometrylayer.cpp \ |
||
46 | yahoomapadapter.cpp \ |
||
47 | googlemapadapter.cpp \ |
||
48 | googlesatmapadapter.cpp |
||
49 | |||
50 | QT += network |