From 18598c6776bf8c95d02645ce0a7bf8408138e88d Mon Sep 17 00:00:00 2001 From: timofey Date: Wed, 2 Dec 2015 12:27:26 +0300 Subject: [PATCH] Modifications made by Sergey to fix the build of the Integration tests. --- mapshot/mapshot.pro | 6 ++++-- 1 file 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 \