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:
authortimofey <dtv@maps.me>2015-12-02 12:27:26 +0300
committertimofey <dtv@maps.me>2015-12-02 12:27:26 +0300
commit18598c6776bf8c95d02645ce0a7bf8408138e88d (patch)
tree9d40cbdcd12df66b4de7243f4f6d6942cf5d9a28 /mapshot
parent21644da19e7d622a990bd617ece4daad32ea53c7 (diff)
Modifications made by Sergey to fix the build of the Integration tests.
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
index c6c9af8e6c..cc21f97edd 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -13,9 +13,11 @@ CONFIG -= app_bundle
TEMPLATE = app
# needed for Platform::WorkingDir() and unicode combining
-QT *= core
+QT *= core network
-LIBS *= "-framework IOKit" "-framework SystemConfiguration"
+macx-* {
+ LIBS *= "-framework IOKit" "-framework SystemConfiguration"
+}
SOURCES += \
mapshot.cpp \