From 2bcd892aebc31b6668f6937f7829f2fe5c004986 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 23 Jun 2011 19:03:44 +0300 Subject: [PATCH] [mingw] Build fix --- platform/platform_tests/platform_tests.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/platform_tests/platform_tests.pro b/platform/platform_tests/platform_tests.pro index 2363eac358..9e476096cd 100644 --- a/platform/platform_tests/platform_tests.pro +++ b/platform/platform_tests/platform_tests.pro @@ -16,6 +16,10 @@ win32 { LIBS += -lShell32 } +win32-g++ { + LIBS += -lpthread +} + macx { LIBS += -framework CoreLocation -framework Foundation }