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 /drape_head/drape_head.pro
parent0f3435969405a43ec9c60da9f2a9d63e0540cfb4 (diff)
Rearranged library dependencies.
Diffstat (limited to 'drape_head/drape_head.pro')
-rw-r--r--drape_head/drape_head.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index 6bd2d2f050..af680d973f 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -13,10 +13,9 @@ CONFIG += warn_on
QT *= core gui widgets opengl
win32* {
- LIBS += -lopengl32 -lws2_32 -lshell32 -liphlpapi
+ LIBS += -lopengl32 -lws2_32 -liphlpapi
# RC_FILE = res/windows.rc
win32-msvc*: LIBS += -lwlanapi
- win32-g++: LIBS += -lpthread
}
win32*|linux* {
@@ -24,7 +23,7 @@ win32*|linux* {
}
macx-* {
- LIBS *= "-framework CoreLocation" "-framework Foundation" "-framework CoreWLAN" \
+ LIBS *= "-framework CoreLocation" "-framework CoreWLAN" \
"-framework QuartzCore" "-framework IOKit"
}