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