forked from organicmaps/organicmaps
Modifications made by Sergey to fix the build of the Integration tests.
This commit is contained in:
parent
21644da19e
commit
18598c6776
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