Root/
| 1 | include(../../nanomap.pri) |
| 2 | |
| 3 | TEMPLATE = lib |
| 4 | CONFIG += plugin |
| 5 | #CONFIG += debug |
| 6 | DESTDIR = .. |
| 7 | unix { |
| 8 | QMAKE_CXXFLAGS_RELEASE -= -O2 |
| 9 | QMAKE_CXXFLAGS_RELEASE += -O3 \ |
| 10 | -Wno-unused-function |
| 11 | QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function |
| 12 | } |
| 13 | |
| 14 | HEADERS += \ |
| 15 | utils/coordinates.h \ |
| 16 | utils/config.h \ |
| 17 | blockcache.h \ |
| 18 | binaryheap.h \ |
| 19 | interfaces/irouter.h \ |
| 20 | contractionhierarchiesclient.h \ |
| 21 | compressedgraph.h \ |
| 22 | interfaces/igpslookup.h \ |
| 23 | utils/bithelpers.h \ |
| 24 | utils/qthelpers.h |
| 25 | |
| 26 | SOURCES += \ |
| 27 | contractionhierarchiesclient.cpp |
| 28 |
Branches:
master
