1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2024-11-22 06:13:10 +02:00
nanomap/nanomap.pro

34 lines
806 B
Prolog
Raw Normal View History

2010-06-09 12:19:24 +03:00
TARGET = NanoMap
TEMPLATE = app
QT += network
SOURCES += main.cpp \
mainwidget.cpp \
projection.cpp \
abstractlayer.cpp \
gpslayer.cpp \
markerlayer.cpp \
gpxlayer.cpp \
timelayer.cpp \
batterylayer.cpp \
2010-06-09 12:19:24 +03:00
mapwidget.cpp \
markerlist.cpp \
downloadwidget.cpp \
2010-07-29 23:24:38 +03:00
routingwidget.cpp \
2010-06-09 12:19:24 +03:00
gpsclient.cpp
HEADERS += mainwidget.h \
projection.h \
abstractlayer.h \
gpslayer.h \
markerlayer.h \
gpxlayer.h \
timelayer.h \
batterylayer.h \
2010-06-09 12:19:24 +03:00
mapwidget.h \
markerlist.h \
downloadwidget.h \
2010-07-29 23:24:38 +03:00
routingwidget.h \
2010-06-09 12:19:24 +03:00
gpsclient.h