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:
authorAlex Zolotarev <alex@maps.me>2015-08-18 21:20:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:40 +0300
commitd9b24528b9983c781c72c27d4ed58dc134a501ab (patch)
tree7aa1500ac4e0058de8fc1ae0643e156f60e9c475 /search
parent0f3435969405a43ec9c60da9f2a9d63e0540cfb4 (diff)
Rearranged library dependencies.
Diffstat (limited to 'search')
-rw-r--r--search/integration_tests/integration_tests.pro7
-rw-r--r--search/search_tests/search_tests.pro7
2 files changed, 2 insertions, 12 deletions
diff --git a/search/integration_tests/integration_tests.pro b/search/integration_tests/integration_tests.pro
index e62812a1af..f38c5145e1 100644
--- a/search/integration_tests/integration_tests.pro
+++ b/search/integration_tests/integration_tests.pro
@@ -12,12 +12,7 @@ include($$ROOT_DIR/common.pri)
QT *= core
-win32 {
- LIBS += -lShell32
- win32-g++: LIBS += -lpthread
-}
-
-macx-*: LIBS *= "-framework Foundation" "-framework IOKit"
+macx-*: LIBS *= "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \
diff --git a/search/search_tests/search_tests.pro b/search/search_tests/search_tests.pro
index f796f6265d..88a5524b44 100644
--- a/search/search_tests/search_tests.pro
+++ b/search/search_tests/search_tests.pro
@@ -12,12 +12,7 @@ include($$ROOT_DIR/common.pri)
QT *= core
-win32 {
- LIBS += -lShell32
- win32-g++: LIBS += -lpthread
-}
-
-macx-*: LIBS *= "-framework Foundation" "-framework IOKit"
+macx-*: LIBS *= "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \