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:
authorSergey Yershov <yershov@corp.mail.ru>2015-11-23 20:00:26 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:28:34 +0300
commit95682d821d9601372bcf10010ae4e3a27c68b9be (patch)
treeecdf68656114cd9f79e03bd689147ea686bb9f76 /mapshot
parentb526d52b37c5d93f5d24dea84357a84af8ad8f2e (diff)
Fix qmake project
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
index f25ce051fa..c6c9af8e6c 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -15,7 +15,7 @@ TEMPLATE = app
# needed for Platform::WorkingDir() and unicode combining
QT *= core
-LIBS *= "-framework IOKit"
+LIBS *= "-framework IOKit" "-framework SystemConfiguration"
SOURCES += \
mapshot.cpp \