1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2024-11-22 17:05:19 +02:00
nanomap/monav/gpsgrid/gpsgridclient.pro

25 lines
444 B
Prolog
Raw Normal View History

#-------------------------------------------------
#
# Project created by QtCreator 2010-06-25T08:48:06
#
#-------------------------------------------------
TEMPLATE = lib
CONFIG += plugin
#CONFIG += debug
DESTDIR = ..
HEADERS += \
utils/coordinates.h \
utils/config.h \
cell.h \
interfaces/igpslookup.h \
gpsgridclient.h \
table.h \
utils/bithelpers.h \
utils/qthelpers.h
SOURCES += \
gpsgridclient.cpp