mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2024-11-26 00:16:16 +02:00
20 lines
377 B
Prolog
20 lines
377 B
Prolog
|
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
|