From 95682d821d9601372bcf10010ae4e3a27c68b9be Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Mon, 23 Nov 2015 20:00:26 +0300 Subject: [PATCH] Fix qmake project --- mapshot/mapshot.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \