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
path: root/search
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2015-08-24 19:53:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:19 +0300
commitcf1a4f085abcc9c495ffb7b2a5ccfcb45f467db5 (patch)
tree707032aad75f8bc8fafac45e9150cd6fd34e01d0 /search
parenta6c9e14ba50f052609ad92599eaf62bf1595c7cf (diff)
Fix linux build
Diffstat (limited to 'search')
-rw-r--r--search/integration_tests/integration_tests.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/search/integration_tests/integration_tests.pro b/search/integration_tests/integration_tests.pro
index 59b636a317..18ada8fa2f 100644
--- a/search/integration_tests/integration_tests.pro
+++ b/search/integration_tests/integration_tests.pro
@@ -7,7 +7,12 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = generator routing search storage stats_client jansson indexer platform geometry coding base \
- sgitess protobuf tomcrypt opening_hours
+ sgitess protobuf tomcrypt
+
+!linux* {
+ DEPENDENCIES += opening_hours \
+
+}
include($$ROOT_DIR/common.pri)