Modifications made by Sergey to fix the build of the Integration tests.

This commit is contained in:
timofey 2015-12-02 12:27:26 +03:00
parent 21644da19e
commit 18598c6776

View file

@ -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 \