Skip to content

Commit 18598c6

Browse files
author
timofey
committedDec 2, 2015
Modifications made by Sergey to fix the build of the Integration tests.
1 parent 21644da commit 18598c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎mapshot/mapshot.pro

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ CONFIG -= app_bundle
1313
TEMPLATE = app
1414

1515
# needed for Platform::WorkingDir() and unicode combining
16-
QT *= core
16+
QT *= core network
1717

18-
LIBS *= "-framework IOKit" "-framework SystemConfiguration"
18+
macx-* {
19+
LIBS *= "-framework IOKit" "-framework SystemConfiguration"
20+
}
1921

2022
SOURCES += \
2123
mapshot.cpp \

0 commit comments

Comments
 (0)