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:
authorYuri Gorshenin <y@maps.me>2015-12-08 11:54:23 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:00 +0300
commit1f6bb2ee6740c14d85e40ec6dcb95ba0b4eb824c (patch)
tree165cee57b285898ba5b6c4941953070fc55c318a /mapshot
parent222098041e49940e934cfa789fe85c182277fb0d (diff)
[build] Fixed linux build.
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 31cd6c05aa..8f7a2bd741 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -14,7 +14,7 @@ CONFIG -= app_bundle
TEMPLATE = app
# needed for Platform::WorkingDir() and unicode combining
-QT *= core network
+QT *= core network opengl
macx-* {
LIBS *= "-framework IOKit" "-framework SystemConfiguration"