Merge pull request #809 from therearesomewhocallmetim/fix-integration-tests-build

Integration tests compilation fix
This commit is contained in:
Lev Dragunov 2015-12-02 13:08:03 +03:00
commit 6ec4cc299b

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 \