1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2024-11-22 11:26:14 +02:00
nanomap/monav/gpsgrid/gpsgridclient.pro
2010-11-17 14:21:07 +01:00

25 lines
444 B
Prolog

#-------------------------------------------------
#
# 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