Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-05-29 17:31:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:31 +0300
commitf8acbd06c50d24326b9515290cff6d15533759e7 (patch)
tree43484a3e79a04ca409c67f8406cda5ecfc83f18d /map/benchmark_tool
parent8aca19fddb8891a137a1e25240f2692aacc6942c (diff)
[3party] Updated gflags to 2.0
Diffstat (limited to 'map/benchmark_tool')
-rw-r--r--map/benchmark_tool/benchmark_tool.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/benchmark_tool/benchmark_tool.pro b/map/benchmark_tool/benchmark_tool.pro
index 5d72a56b71..cb0d08fc00 100644
--- a/map/benchmark_tool/benchmark_tool.pro
+++ b/map/benchmark_tool/benchmark_tool.pro
@@ -10,6 +10,8 @@ DEPENDENCIES = map indexer platform geometry coding base gflags protobuf tomcryp
include($$ROOT_DIR/common.pri)
+INCLUDEPATH *= $$ROOT_DIR/3party/gflags/src
+
QT *= core
win32 {