1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2024-11-26 00:16:16 +02:00
nanomap/monav/contractionhierarchies/contractionhierarchiesclient.pro

20 lines
377 B
Prolog
Raw Normal View History

TEMPLATE = lib
CONFIG += plugin
#CONFIG += debug
DESTDIR = ..
HEADERS += \
utils/coordinates.h \
utils/config.h \
blockcache.h \
binaryheap.h \
interfaces/irouter.h \
contractionhierarchiesclient.h \
compressedgraph.h \
interfaces/igpslookup.h \
utils/bithelpers.h \
utils/qthelpers.h
SOURCES += \
contractionhierarchiesclient.cpp