mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2024-11-25 16:12:48 +02:00
16 lines
286 B
Prolog
16 lines
286 B
Prolog
|
TARGET = NanoMap
|
||
|
TEMPLATE = app
|
||
|
|
||
|
QT += network
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
mainwidget.cpp \
|
||
|
mapwidget.cpp \
|
||
|
markerlist.cpp \
|
||
|
gpsclient.cpp
|
||
|
|
||
|
HEADERS += mainwidget.h \
|
||
|
mapwidget.h \
|
||
|
markerlist.h \
|
||
|
gpsclient.h
|