Root/
1 | include(nanomap.pri) |
2 | |
3 | TARGET = NanoMap |
4 | TEMPLATE = app |
5 | |
6 | QT += network |
7 | |
8 | INCLUDEPATH += monav |
9 | |
10 | SOURCES += main.cpp \ |
11 | mainwidget.cpp \ |
12 | projection.cpp \ |
13 | abstractlayer.cpp \ |
14 | gpslayer.cpp \ |
15 | markerlayer.cpp \ |
16 | gpxlayer.cpp \ |
17 | poilayer.cpp \ |
18 | monavlayer.cpp \ |
19 | timelayer.cpp \ |
20 | batterylayer.cpp \ |
21 | mapwidget.cpp \ |
22 | markerlist.cpp \ |
23 | downloadwidget.cpp \ |
24 | fileselector.cpp \ |
25 | searchwidget.cpp \ |
26 | gpsclient.cpp |
27 | |
28 | HEADERS += mainwidget.h \ |
29 | projection.h \ |
30 | abstractlayer.h \ |
31 | gpslayer.h \ |
32 | markerlayer.h \ |
33 | gpxlayer.h \ |
34 | poilayer.h \ |
35 | monavlayer.h \ |
36 | timelayer.h \ |
37 | batterylayer.h \ |
38 | mapwidget.h \ |
39 | markerlist.h \ |
40 | downloadwidget.h \ |
41 | fileselector.h \ |
42 | searchwidget.h \ |
43 | gpsclient.h |
44 | |
45 | RESOURCES = pics/icons.qrc |
46 | |
47 |
Branches:
master