[mingw] Build fix

This commit is contained in:
Alex Zolotarev 2011-06-23 19:03:44 +03:00 committed by Alex Zolotarev
parent 65e35a2816
commit 2bcd892aeb

View file

@ -16,6 +16,10 @@ win32 {
LIBS += -lShell32
}
win32-g++ {
LIBS += -lpthread
}
macx {
LIBS += -framework CoreLocation -framework Foundation
}