forked from organicmaps/organicmaps
Merge pull request #809 from therearesomewhocallmetim/fix-integration-tests-build
Integration tests compilation fix
This commit is contained in:
commit
6ec4cc299b
1 changed files with 4 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue