2010-06-09 11:19:24 +02:00
|
|
|
TARGET = NanoMap
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
QT += network
|
|
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
mainwidget.cpp \
|
2010-06-21 23:38:54 +02:00
|
|
|
projection.cpp \
|
|
|
|
abstractlayer.cpp \
|
2010-06-22 22:31:29 +02:00
|
|
|
gpslayer.cpp \
|
2010-06-21 23:38:54 +02:00
|
|
|
markerlayer.cpp \
|
|
|
|
gpxlayer.cpp \
|
|
|
|
timelayer.cpp \
|
|
|
|
batterylayer.cpp \
|
2010-06-09 11:19:24 +02:00
|
|
|
mapwidget.cpp \
|
|
|
|
markerlist.cpp \
|
2010-06-10 23:52:34 +02:00
|
|
|
downloadwidget.cpp \
|
2010-07-29 22:24:38 +02:00
|
|
|
routingwidget.cpp \
|
2010-06-09 11:19:24 +02:00
|
|
|
gpsclient.cpp
|
|
|
|
|
|
|
|
HEADERS += mainwidget.h \
|
2010-06-21 23:38:54 +02:00
|
|
|
projection.h \
|
|
|
|
abstractlayer.h \
|
2010-06-22 22:31:29 +02:00
|
|
|
gpslayer.h \
|
2010-06-21 23:38:54 +02:00
|
|
|
markerlayer.h \
|
|
|
|
gpxlayer.h \
|
|
|
|
timelayer.h \
|
|
|
|
batterylayer.h \
|
2010-06-09 11:19:24 +02:00
|
|
|
mapwidget.h \
|
|
|
|
markerlist.h \
|
2010-06-10 23:52:34 +02:00
|
|
|
downloadwidget.h \
|
2010-07-29 22:24:38 +02:00
|
|
|
routingwidget.h \
|
2010-06-09 11:19:24 +02:00
|
|
|
gpsclient.h
|