forked from organicmaps/organicmaps
[mingw] Build fix
This commit is contained in:
parent
65e35a2816
commit
2bcd892aeb
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ win32 {
|
|||
LIBS += -lShell32
|
||||
}
|
||||
|
||||
win32-g++ {
|
||||
LIBS += -lpthread
|
||||
}
|
||||
|
||||
macx {
|
||||
LIBS += -framework CoreLocation -framework Foundation
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue