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@maps.me>2015-08-18 21:20:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:40 +0300
commitd9b24528b9983c781c72c27d4ed58dc134a501ab (patch)
tree7aa1500ac4e0058de8fc1ae0643e156f60e9c475 /map/map_tests
parent0f3435969405a43ec9c60da9f2a9d63e0540cfb4 (diff)
Rearranged library dependencies.
Diffstat (limited to 'map/map_tests')
-rw-r--r--map/map_tests/map_tests.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 5734c6f787..74e6dff81d 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -25,11 +25,8 @@ linux*|win* {
QT *= network
}
-win32* {
- LIBS *= -lShell32 -lOpengl32
- win32-g++: LIBS *= -lpthread
-}
-macx-*: LIBS *= "-framework Foundation" "-framework IOKit" "-framework SystemConfiguration"
+win32*: LIBS *= -lOpengl32
+macx-*: LIBS *= "-framework IOKit" "-framework SystemConfiguration"
SOURCES += \
../../testing/testingmain.cpp \