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:
authorDmitry Kunin <dkunin@mapswith.me>2013-12-27 18:28:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:51 +0300
commit3ef9e4502753715ff8af8b8220f635731f1a2463 (patch)
treef49ffff9eb048feeb2fe1f8f2ee1494b53d33320 /drape_head/drape_head.pro
parent1c8a8ad1c016567e412c19678b35f3c7a784c350 (diff)
DrapeSurface updated.
Diffstat (limited to 'drape_head/drape_head.pro')
-rw-r--r--drape_head/drape_head.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index b108789673..fd2f2ce6cf 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -1,6 +1,6 @@
# Head project for drape develop and debuging
ROOT_DIR = ..
-DEPENDENCIES = drape base
+DEPENDENCIES = drape_frontend drape map indexer platform geometry base
include($$ROOT_DIR/common.pri)
@@ -20,6 +20,11 @@ win32*|linux* {
QT *= network
}
+macx-* {
+ LIBS *= "-framework CoreLocation" "-framework Foundation" "-framework CoreWLAN" \
+ "-framework QuartzCore" "-framework IOKit"
+}
+
HEADERS += \
mainwindow.hpp \
qtoglcontext.hpp \
@@ -30,5 +35,5 @@ SOURCES += \
mainwindow.cpp \
main.cpp \
qtoglcontext.cpp \
- qtoglcontextfactory.cpp \
+ qtoglcontextfactory.cpp \
drape_surface.cpp \