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 \