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 <deathbaba@gmail.com>2011-10-02 03:17:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:56 +0300
commitcdd9091e04808da8e7cdc5d102614b9a75437759 (patch)
treed0e4b7e61b64dbed587561089f607de100207cd4 /platform/platform_tests
parentd6b9bf5525a12ab96d16785c6c72b863f519a9ab (diff)
Library dependencies optimization
Diffstat (limited to 'platform/platform_tests')
-rw-r--r--platform/platform_tests/platform_tests.pro15
1 files changed, 4 insertions, 11 deletions
diff --git a/platform/platform_tests/platform_tests.pro b/platform/platform_tests/platform_tests.pro
index 9e476096cd..155ebff7d4 100644
--- a/platform/platform_tests/platform_tests.pro
+++ b/platform/platform_tests/platform_tests.pro
@@ -12,18 +12,11 @@ INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
QT *= core network
-win32 {
- LIBS += -lShell32
+win32* {
+ LIBS *= -lShell32
+ win32-g++: LIBS *= -lpthread
}
-
-win32-g++ {
- LIBS += -lpthread
-}
-
-macx {
- LIBS += -framework CoreLocation -framework Foundation
-}
-
+macx*: LIBS *= "-framework CoreFoundation"
SOURCES += \
../../testing/testingmain.cpp \